Class TSubstanceDefinitionMoiety
Unit
bsFhir_r5
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 amountQuantity : TQuantity read GetamountQuantity write SetamountQuantity; |
Quantitative value for this moiety. (choose any one of amount*, but only one)
|
|
property amountString : string read GetamountString write SetamountString; |
Quantitative value for this moiety. (choose any one of amount*, but only one)
|
|
property amountStringElement : Tstring read GetamountStringElement write SetamountStringElement; |
|
|
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.
|