modules/ appointment_templates. db. module.php

Summary
Get the description of the specified appointment template.
Get the duration of the specified appointment template.
Get rooms which are acceptable with the current template requirements.

Functions

get_description

function get_description ($id)

Get the description of the specified appointment template.

Parameters

$idRecord id field for template

Returns

Description of specified template.

get_duration

function get_duration ($id)

Get the duration of the specified appointment template.

Parameters

$idRecord id field for template

Returns

Duration of specified template.

get_rooms

function get_rooms ($id)

Get rooms which are acceptable with the current template requirements.

Parameters

$idRecord id field for template

Returns

Array of acceptable ids, or false if there is no limit on rooms.

function get_description ($id)
Get the description of the specified appointment template.
function get_duration ($id)
Get the duration of the specified appointment template.
function get_rooms ($id)
Get rooms which are acceptable with the current template requirements.