Class TSubstanceDefinitionMoiety
Unit
bsFhir_r4b
Declaration
type TSubstanceDefinitionMoiety = 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 role : TCodeableConcept read Getrole write Setrole; |
Role that the moiety is playing.
|
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
Identifier by which this moiety substance is known.
|
|
property name_ : string read Getname_ write Setname_; |
Textual name for this moiety substance.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property stereochemistry : TCodeableConcept read Getstereochemistry write Setstereochemistry; |
Stereochemistry type.
|
|
property opticalActivity : TCodeableConcept read GetopticalActivity write SetopticalActivity; |
Optical activity type.
|
|
property molecularFormula : string read GetmolecularFormula write SetmolecularFormula; |
Molecular formula for this moiety of this substance, typically using the Hill system.
|
|
property molecularFormulaElement : Tstring read GetmolecularFormulaElement write SetmolecularFormulaElement; |
|
|
property amount : TElement read Getamount write Setamount; |
Quantitative value for this moiety.
|
|
property measurementType : TCodeableConcept read GetmeasurementType write SetmeasurementType; |
The measurement type of the quantitative value. In capturing the actual relative amounts of substances or molecular fragments it may be necessary to indicate whether the amount refers to, for example, a mole ratio or weight ratio.
|
Generated by PasDoc 0.15.0.
|