Class TSubstanceDefinitionMoiety

Unit

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

Public constructor Create; override;

Properties

Public property role : TCodeableConcept read Getrole write Setrole;
Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property stereochemistry : TCodeableConcept read Getstereochemistry write Setstereochemistry;
Public property opticalActivity : TCodeableConcept read GetopticalActivity write SetopticalActivity;
Public property molecularFormula : string read GetmolecularFormula write SetmolecularFormula;
Public property molecularFormulaElement : Tstring read GetmolecularFormulaElement write SetmolecularFormulaElement;
Public property amount : TElement read Getamount write Setamount;
Public property measurementType : TCodeableConcept read GetmeasurementType write SetmeasurementType;

Description

Methods

Public constructor Create; override;
 

Properties

Public property role : TCodeableConcept read Getrole write Setrole;

Role that the moiety is playing.

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Identifier by which this moiety substance is known.

Public property name_ : string read Getname_ write Setname_;

Textual name for this moiety substance.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property stereochemistry : TCodeableConcept read Getstereochemistry write Setstereochemistry;

Stereochemistry type.

Public property opticalActivity : TCodeableConcept read GetopticalActivity write SetopticalActivity;

Optical activity type.

Public property molecularFormula : string read GetmolecularFormula write SetmolecularFormula;

Molecular formula for this moiety of this substance, typically using the Hill system.

Public property molecularFormulaElement : Tstring read GetmolecularFormulaElement write SetmolecularFormulaElement;
 
Public property amount : TElement read Getamount write Setamount;

Quantitative value for this moiety.

Public 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.