Class TSubstanceSpecificationMoiety

Unit

Declaration

type TSubstanceSpecificationMoiety = 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;

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.

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

Quantitative value for this moiety.


Generated by PasDoc 0.15.0.