Class TAvailabilityNotAvailableTime
Unit
bsFhir_r5
Declaration
type TAvailabilityNotAvailableTime = 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 description : string read Getdescription write Setdescription; |
Reason presented to the user explaining why time not available.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property during : TPeriod read Getduring write Setduring; |
Service not available during this period.
|
Generated by PasDoc 0.15.0.
|