Class TAppointmentWeeklyTemplate

Unit

Declaration

type TAppointmentWeeklyTemplate = class(TBackboneElement)

Description

A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property monday : boolean read Getmonday write Setmonday;
Public property mondayElement : Tboolean read GetmondayElement write SetmondayElement;
Public property tuesday : boolean read Gettuesday write Settuesday;
Public property tuesdayElement : Tboolean read GettuesdayElement write SettuesdayElement;
Public property wednesday : boolean read Getwednesday write Setwednesday;
Public property wednesdayElement : Tboolean read GetwednesdayElement write SetwednesdayElement;
Public property thursday : boolean read Getthursday write Setthursday;
Public property thursdayElement : Tboolean read GetthursdayElement write SetthursdayElement;
Public property friday : boolean read Getfriday write Setfriday;
Public property fridayElement : Tboolean read GetfridayElement write SetfridayElement;
Public property saturday : boolean read Getsaturday write Setsaturday;
Public property saturdayElement : Tboolean read GetsaturdayElement write SetsaturdayElement;
Public property sunday : boolean read Getsunday write Setsunday;
Public property sundayElement : Tboolean read GetsundayElement write SetsundayElement;
Public property weekInterval : Int64 read GetweekInterval write SetweekInterval;
Public property weekIntervalElement : TpositiveInt read GetweekIntervalElement write SetweekIntervalElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property monday : boolean read Getmonday write Setmonday;

Indicates that recurring appointments should occur on Mondays.

Public property mondayElement : Tboolean read GetmondayElement write SetmondayElement;
 
Public property tuesday : boolean read Gettuesday write Settuesday;

Indicates that recurring appointments should occur on Tuesdays.

Public property tuesdayElement : Tboolean read GettuesdayElement write SettuesdayElement;
 
Public property wednesday : boolean read Getwednesday write Setwednesday;

Indicates that recurring appointments should occur on Wednesdays.

Public property wednesdayElement : Tboolean read GetwednesdayElement write SetwednesdayElement;
 
Public property thursday : boolean read Getthursday write Setthursday;

Indicates that recurring appointments should occur on Thursdays.

Public property thursdayElement : Tboolean read GetthursdayElement write SetthursdayElement;
 
Public property friday : boolean read Getfriday write Setfriday;

Indicates that recurring appointments should occur on Fridays.

Public property fridayElement : Tboolean read GetfridayElement write SetfridayElement;
 
Public property saturday : boolean read Getsaturday write Setsaturday;

Indicates that recurring appointments should occur on Saturdays.

Public property saturdayElement : Tboolean read GetsaturdayElement write SetsaturdayElement;
 
Public property sunday : boolean read Getsunday write Setsunday;

Indicates that recurring appointments should occur on Sundays.

Public property sundayElement : Tboolean read GetsundayElement write SetsundayElement;
 
Public property weekInterval : Int64 read GetweekInterval write SetweekInterval;

The interval defines if the recurrence is every nth week. The default is every week, so it is expected that this value will be 2 or more.

e.g. For recurring every second week this interval would be 2, or every third week the interval would be 3.

Public property weekIntervalElement : TpositiveInt read GetweekIntervalElement write SetweekIntervalElement;
 

Generated by PasDoc 0.15.0.