Class TSubstanceSpecificationCode
Unit
bsFhir_r4
Declaration
type TSubstanceSpecificationCode = 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 status : TCodeableConcept read Getstatus write Setstatus; |
Status of the code assignment.
|
|
property statusDate : string read GetstatusDate write SetstatusDate; |
The date at which the code status is changed as part of the terminology maintenance.
|
|
property statusDateElement : TdateTime_ read GetstatusDateElement write SetstatusDateElement; |
|
|
property comment : string read Getcomment write Setcomment; |
Any comment can be provided in this field, if necessary.
|
|
property commentElement : Tstring read GetcommentElement write SetcommentElement; |
|
|
property source : TReferenceArray read GetsourceArray; |
Supporting literature.
|
Generated by PasDoc 0.15.0.
|