Class TAppointmentMonthlyTemplate
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property dayOfMonthElement : TpositiveInt read GetdayOfMonthElement write SetdayOfMonthElement; |
|
|
property nthWeekOfMonth : TCoding read GetnthWeekOfMonth write SetnthWeekOfMonth; |
Indicates which week within a month the appointments in the series of recurring appointments should occur on.
|
|
property dayOfWeek : TCoding read GetdayOfWeek write SetdayOfWeek; |
Indicates which day of the week the recurring appointments should occur each nth week.
|
|
property monthInterval : Int64 read GetmonthInterval write SetmonthInterval; |
Indicates that recurring appointments should occur every nth month.
|
|
property monthIntervalElement : TpositiveInt read GetmonthIntervalElement write SetmonthIntervalElement; |
|
Generated by PasDoc 0.15.0.
|