Class TLocationHoursOfOperation
Unit
bsFhir_r4
Declaration
type TLocationHoursOfOperation = class(TBackboneElement)
Description
Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property daysOfWeek : TBSFHIRPrimitiveStringArray read GetdaysOfWeekArray; |
Indicates which days of the week are available between the start and end Times.
|
|
property allDay : boolean read GetallDay write SetallDay; |
The Location is open all day.
|
|
property allDayElement : Tboolean read GetallDayElement write SetallDayElement; |
|
|
property openingTime : string read GetopeningTime write SetopeningTime; |
Time that the Location opens.
|
|
property openingTimeElement : Ttime_ read GetopeningTimeElement write SetopeningTimeElement; |
|
|
property closingTime : string read GetclosingTime write SetclosingTime; |
Time that the Location closes.
|
|
property closingTimeElement : Ttime_ read GetclosingTimeElement write SetclosingTimeElement; |
|
Generated by PasDoc 0.15.0.
|