Class TAppointmentRecurrenceTemplate
Unit
bsFhir_r5
Declaration
type TAppointmentRecurrenceTemplate = 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 timezone : TCodeableConcept read Gettimezone write Settimezone; |
The timezone of the recurring appointment occurrences.
|
|
property recurrenceType : TCodeableConcept read GetrecurrenceType write SetrecurrenceType; |
How often the appointment series should recur.
|
|
property lastOccurrenceDate : string read GetlastOccurrenceDate write SetlastOccurrenceDate; |
Recurring appointments will not occur after this date.
|
|
property lastOccurrenceDateElement : Tdate_ read GetlastOccurrenceDateElement write SetlastOccurrenceDateElement; |
|
|
property occurrenceCount : Int64 read GetoccurrenceCount write SetoccurrenceCount; |
How many appointments are planned in the recurrence.
|
|
property occurrenceCountElement : TpositiveInt read GetoccurrenceCountElement write SetoccurrenceCountElement; |
|
|
property occurrenceDate : TBSFHIRPrimitiveStringArray read GetoccurrenceDateArray; |
The list of specific dates that will have appointments generated.
|
|
property weeklyTemplate : TAppointmentWeeklyTemplate read GetweeklyTemplate write SetweeklyTemplate; |
Information about weekly recurring appointments.
|
|
property monthlyTemplate : TAppointmentMonthlyTemplate read GetmonthlyTemplate write SetmonthlyTemplate; |
Information about monthly recurring appointments.
|
|
property yearlyTemplate : TAppointmentYearlyTemplate read GetyearlyTemplate write SetyearlyTemplate; |
Information about yearly recurring appointments.
|
|
property excludingDate : TBSFHIRPrimitiveStringArray read GetexcludingDateArray; |
Any dates, such as holidays, that should be excluded from the recurrence.
|
|
property excludingRecurrenceId : TBSFHIRPrimitiveStringArray read GetexcludingRecurrenceIdArray; |
Any dates, such as holidays, that should be excluded from the recurrence.
|
Generated by PasDoc 0.15.0.
|