Class TIngredientReferenceStrength
Unit
bsFhir_r5
Declaration
type TIngredientReferenceStrength = class(TBackboneElement)
Description
An ingredient of a manufactured item or pharmaceutical product.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property substance : TCodeableReference read Getsubstance write Setsubstance; |
Relevant reference substance.
|
|
property strengthRatio : TRatio read GetstrengthRatio write SetstrengthRatio; |
Strength expressed in terms of a reference substance. (choose any one of strength*, but only one)
|
|
property strengthRatioRange : TRatioRange read GetstrengthRatioRange write SetstrengthRatioRange; |
Strength expressed in terms of a reference substance. (choose any one of strength*, but only one)
|
|
property strengthQuantity : TQuantity read GetstrengthQuantity write SetstrengthQuantity; |
Strength expressed in terms of a reference substance. (choose any one of strength*, but only one)
|
|
property measurementPoint : string read GetmeasurementPoint write SetmeasurementPoint; |
For when strength is measured at a particular point or distance.
|
|
property measurementPointElement : Tstring read GetmeasurementPointElement write SetmeasurementPointElement; |
|
|
property country : TCodeableConceptArray read GetcountryArray; |
The country or countries for which the strength range applies.
|
Generated by PasDoc 0.15.0.
|