Class TLocationHoursOfOperation

Unit

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

Public constructor Create; override;

Properties

Public property daysOfWeek : TBSFHIRPrimitiveStringArray read GetdaysOfWeekArray;
Public property allDay : boolean read GetallDay write SetallDay;
Public property allDayElement : Tboolean read GetallDayElement write SetallDayElement;
Public property openingTime : string read GetopeningTime write SetopeningTime;
Public property openingTimeElement : Ttime_ read GetopeningTimeElement write SetopeningTimeElement;
Public property closingTime : string read GetclosingTime write SetclosingTime;
Public property closingTimeElement : Ttime_ read GetclosingTimeElement write SetclosingTimeElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property daysOfWeek : TBSFHIRPrimitiveStringArray read GetdaysOfWeekArray;

Indicates which days of the week are available between the start and end Times.

Public property allDay : boolean read GetallDay write SetallDay;

The Location is open all day.

Public property allDayElement : Tboolean read GetallDayElement write SetallDayElement;
 
Public property openingTime : string read GetopeningTime write SetopeningTime;

Time that the Location opens.

Public property openingTimeElement : Ttime_ read GetopeningTimeElement write SetopeningTimeElement;
 
Public property closingTime : string read GetclosingTime write SetclosingTime;

Time that the Location closes.

Public property closingTimeElement : Ttime_ read GetclosingTimeElement write SetclosingTimeElement;
 

Generated by PasDoc 0.15.0.