Class TCitationStatusDate
Unit
bsFhir_r5
Declaration
type TCitationStatusDate = class(TBackboneElement)
Description
The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property activity : TCodeableConcept read Getactivity write Setactivity; |
The state or status of the citation record (that will be paired with the period).
|
|
property actual : boolean read Getactual write Setactual; |
Whether the status date is actual (has occurred) or expected (estimated or anticipated).
|
|
property actualElement : Tboolean read GetactualElement write SetactualElement; |
|
|
property period : TPeriod read Getperiod write Setperiod; |
When the status started and/or ended.
|
Generated by PasDoc 0.15.0.
|