Class TSubstanceDefinitionStructure
Unit
bsFhir_r5
Declaration
type TSubstanceDefinitionStructure = 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 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; |
An expression which states the number and type of atoms present in a molecule of a substance.
|
|
property molecularFormulaElement : Tstring read GetmolecularFormulaElement write SetmolecularFormulaElement; |
|
|
property molecularFormulaByMoiety : string read GetmolecularFormulaByMoiety write SetmolecularFormulaByMoiety; |
Specified per moiety according to the Hill system, i.e. first C, then H, then alphabetical, each moiety separated by a dot.
|
|
property molecularFormulaByMoietyElement : Tstring read GetmolecularFormulaByMoietyElement write SetmolecularFormulaByMoietyElement; |
|
|
property molecularWeight : TSubstanceDefinitionMolecularWeight read GetmolecularWeight write SetmolecularWeight; |
The molecular weight or weight range (for proteins, polymers or nucleic acids).
|
|
property technique : TCodeableConceptArray read GettechniqueArray; |
The method used to elucidate the structure of the drug substance. Examples: X-ray, NMR, Peptide mapping, Ligand binding assay.
|
|
property sourceDocument : TReferenceArray read GetsourceDocumentArray; |
The source of information about the structure.
|
Generated by PasDoc 0.15.0.
|