Class THealthcareServiceAvailableTime

Unit

Declaration

type THealthcareServiceAvailableTime = class(TBackboneElement)

Description

The details of a healthcare service available at a location.

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 availableStartTime : string read GetavailableStartTime write SetavailableStartTime;
Public property availableStartTimeElement : Ttime_ read GetavailableStartTimeElement write SetavailableStartTimeElement;
Public property availableEndTime : string read GetavailableEndTime write SetavailableEndTime;
Public property availableEndTimeElement : Ttime_ read GetavailableEndTimeElement write SetavailableEndTimeElement;

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;

Is this always available? (hence times are irrelevant) e.g. 24 hour service.

Public property allDayElement : Tboolean read GetallDayElement write SetallDayElement;
 
Public property availableStartTime : string read GetavailableStartTime write SetavailableStartTime;

The opening time of day. Note: If the AllDay flag is set, then this time is ignored.

Public property availableStartTimeElement : Ttime_ read GetavailableStartTimeElement write SetavailableStartTimeElement;
 
Public property availableEndTime : string read GetavailableEndTime write SetavailableEndTime;

The closing time of day. Note: If the AllDay flag is set, then this time is ignored.

Public property availableEndTimeElement : Ttime_ read GetavailableEndTimeElement write SetavailableEndTimeElement;
 

Generated by PasDoc 0.15.0.