Class TAvailabilityAvailableTime
Unit
bsFhir_r5
Declaration
type TAvailabilityAvailableTime = class(TDataType)
Description
Availability data for an {item}. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property allDay : boolean read GetallDay write SetallDay; |
Always available? i.e. 24 hour service.
|
|
property allDayElement : Tboolean read GetallDayElement write SetallDayElement; |
|
|
property availableStartTime : string read GetavailableStartTime write SetavailableStartTime; |
Opening time of day (ignored if allDay = true).
|
|
property availableStartTimeElement : Ttime_ read GetavailableStartTimeElement write SetavailableStartTimeElement; |
|
|
property availableEndTime : string read GetavailableEndTime write SetavailableEndTime; |
Closing time of day (ignored if allDay = true).
|
|
property availableEndTimeElement : Ttime_ read GetavailableEndTimeElement write SetavailableEndTimeElement; |
|
Generated by PasDoc 0.15.0.
|