Class TSubstanceDefinitionMolecularWeight

Unit

Declaration

type TSubstanceDefinitionMolecularWeight = 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 method : TCodeableConcept read Getmethod write Setmethod;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property amount : TQuantity read Getamount write Setamount;

Description

Methods

Public constructor Create; override;
 

Properties

Public property method : TCodeableConcept read Getmethod write Setmethod;

The method by which the molecular weight was determined.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Type of molecular weight such as exact, average (also known as. number average), weight average.

Public property amount : TQuantity read Getamount write Setamount;

Used to capture quantitative values for a variety of elements. If only limits are given, the arithmetic mean would be the average. If only a single definite value for a given element is given, it would be captured in this field.


Generated by PasDoc 0.15.0.