Class TCitationStatusDate1
Unit
bsFhir_r4b
Declaration
type TCitationStatusDate1 = 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; |
Classification of the status.
|
|
property actual : boolean read Getactual write Setactual; |
Either occurred or expected.
|
|
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.
|