Class TSubstanceDefinitionMolecularWeight
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property method : TCodeableConcept read Getmethod write Setmethod; |
The method by which the molecular weight was determined.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Type of molecular weight such as exact, average (also known as. number average), weight average.
|
|
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.
|