Class TMedicinalProductIngredientStrength
Unit
bsFhir_r4
Declaration
type TMedicinalProductIngredientStrength = class(TBackboneElement)
Description
An ingredient of a manufactured item or pharmaceutical product.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property presentation : TRatio read Getpresentation write Setpresentation; |
The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item.
|
|
property presentationLowLimit : TRatio read GetpresentationLowLimit write SetpresentationLowLimit; |
A lower limit for the quantity of substance in the unit of presentation. For use when there is a range of strengths, this is the lower limit, with the presentation attribute becoming the upper limit.
|
|
property concentration : TRatio read Getconcentration write Setconcentration; |
The strength per unitary volume (or mass).
|
|
property concentrationLowLimit : TRatio read GetconcentrationLowLimit write SetconcentrationLowLimit; |
A lower limit for the strength per unitary volume (or mass), for when there is a range. The concentration attribute then becomes the upper limit.
|
|
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.
|