Class TSubstanceDefinitionOfficial
Unit
bsFhir_r4b
Declaration
type TSubstanceDefinitionOfficial = class(TBackboneElement)
Description
The detailed description of a substance, typically at a level beyond what is used for prescribing.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property authority : TCodeableConcept read Getauthority write Setauthority; |
Which authority uses this official name.
|
|
property status : TCodeableConcept read Getstatus write Setstatus; |
The status of the official name, for example 'draft', 'active', 'retired'.
|
|
property date_ : string read Getdate_ write Setdate_; |
Date of the official name change.
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
Generated by PasDoc 0.15.0.
|