Class TSubstanceSpecificationName
Unit
bsFhir_r4
Declaration
type TSubstanceSpecificationName = 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 name_ : string read Getname_ write Setname_; |
The actual name.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property status : TCodeableConcept read Getstatus write Setstatus; |
The status of the name.
|
|
property preferred : boolean read Getpreferred write Setpreferred; |
If this is the preferred name for this substance.
|
|
property preferredElement : Tboolean read GetpreferredElement write SetpreferredElement; |
|
|
property domain : TCodeableConceptArray read GetdomainArray; |
The use context of this name for example if there is a different name a drug active ingredient as opposed to a food colour additive.
|
|
property jurisdiction : TCodeableConceptArray read GetjurisdictionArray; |
The jurisdiction where this name applies.
|
|
property source : TReferenceArray read GetsourceArray; |
Supporting literature.
|
Generated by PasDoc 0.15.0.
|