Class TPeriod
Unit
bsFhir_r4b
Declaration
type TPeriod = class(TElement)
Description
A time period defined by a start and end date and optionally time. 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 start : string read Getstart write Setstart; |
The start of the period. The boundary is inclusive.
|
|
property startElement : TdateTime_ read GetstartElement write SetstartElement; |
|
|
property end_ : string read Getend_ write Setend_; |
The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.
|
|
property end_Element : TdateTime_ read Getend_Element write Setend_Element; |
|
Generated by PasDoc 0.15.0.
|