Class TIngredientStrength
Unit
bsFhir_r4b
Declaration
type TIngredientStrength = class(TBackboneElement)
Description
An ingredient of a manufactured item or pharmaceutical product.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property presentation : TElement 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. Unit of presentation refers to the quantity that the item occurs in e.g. a strength per tablet size, perhaps 'per 20mg' (the size of the tablet). It is not generally normalized as a unitary unit, which would be 'per mg'
. )
|
|
property textPresentation : string read GettextPresentation write SettextPresentation; |
A textual represention of either the whole of the presentation strength or a part of it - with the rest being in Strength.presentation as a ratio.
|
|
property textPresentationElement : Tstring read GettextPresentationElement write SettextPresentationElement; |
|
|
property concentration : TElement read Getconcentration write Setconcentration; |
The strength per unitary volume (or mass).
|
|
property textConcentration : string read GettextConcentration write SettextConcentration; |
A textual represention of either the whole of the concentration strength or a part of it - with the rest being in Strength.concentration as a ratio.
|
|
property textConcentrationElement : Tstring read GettextConcentrationElement write SettextConcentrationElement; |
|
|
property measurementPoint : string read GetmeasurementPoint write SetmeasurementPoint; |
For when strength is measured at a particular point or distance. There are products where strength is measured at a particular point. For example, the strength of the ingredient in some inhalers is measured at a particular position relative to the point of aerosolization.
|
|
property measurementPointElement : Tstring read GetmeasurementPointElement write SetmeasurementPointElement; |
|
|
property country : TCodeableConceptArray read GetcountryArray; |
The country or countries for which the strength range applies.
|
|
property referenceStrength : TIngredientReferenceStrengthArray read GetreferenceStrengthArray; |
Strength expressed in terms of a reference substance. For when the ingredient strength is additionally expressed as equivalent to the strength of some other closely related substance (e.g. salt vs. base). Reference strength represents the strength (quantitative composition) of the active moiety of the active substance. There are situations when the active substance and active moiety are different, therefore both a strength and a reference strength are needed.
|
Generated by PasDoc 0.15.0.
|