Class TSubstanceSpecificationOfficial
Unit
bsFhir_r4
Declaration
type TSubstanceSpecificationOfficial = 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.
|
|
property date_ : string read Getdate_ write Setdate_; |
Date of official name change.
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
Generated by PasDoc 0.15.0.
|