Class THealthcareServiceNotAvailable
Unit
bsFhir_stu3
Declaration
type THealthcareServiceNotAvailable = class(TBackboneElement)
Description
The details of a healthcare service available at a location.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property description : string read Getdescription write Setdescription; |
The reason that can be presented to the user as to why this time is not available.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property during : TPeriod read Getduring write Setduring; |
Service is not available (seasonally or for a public holiday) from this date.
|
Generated by PasDoc 0.15.0.
|