Class TAppointmentMonthlyTemplate

Unit

Declaration

type TAppointmentMonthlyTemplate = 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 dayOfMonth : Int64 read GetdayOfMonth write SetdayOfMonth;
Public property dayOfMonthElement : TpositiveInt read GetdayOfMonthElement write SetdayOfMonthElement;
Public property nthWeekOfMonth : TCoding read GetnthWeekOfMonth write SetnthWeekOfMonth;
Public property dayOfWeek : TCoding read GetdayOfWeek write SetdayOfWeek;
Public property monthInterval : Int64 read GetmonthInterval write SetmonthInterval;
Public property monthIntervalElement : TpositiveInt read GetmonthIntervalElement write SetmonthIntervalElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property dayOfMonth : Int64 read GetdayOfMonth write SetdayOfMonth;

Indicates that appointments in the series of recurring appointments should occur on a specific day of the month.

Public property dayOfMonthElement : TpositiveInt read GetdayOfMonthElement write SetdayOfMonthElement;
 
Public property nthWeekOfMonth : TCoding read GetnthWeekOfMonth write SetnthWeekOfMonth;

Indicates which week within a month the appointments in the series of recurring appointments should occur on.

Public property dayOfWeek : TCoding read GetdayOfWeek write SetdayOfWeek;

Indicates which day of the week the recurring appointments should occur each nth week.

Public property monthInterval : Int64 read GetmonthInterval write SetmonthInterval;

Indicates that recurring appointments should occur every nth month.

Public property monthIntervalElement : TpositiveInt read GetmonthIntervalElement write SetmonthIntervalElement;
 

Generated by PasDoc 0.15.0.