Class TIngredientSubstance
Unit
bsFhir_r4b
Declaration
type TIngredientSubstance = class(TBackboneElement)
Description
An ingredient of a manufactured item or pharmaceutical product.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableReference read Getcode write Setcode; |
A code or full resource that represents the ingredient's substance.
|
|
property strength : TIngredientStrengthArray read GetstrengthArray; |
The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item. The allowed repetitions do not represent different strengths, but are different representations - mathematically equivalent - of a single strength.
|
Generated by PasDoc 0.15.0.
|