Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TIngredientStrength
Unit
bsFhir_r5
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 presentationRatio : TRatio read GetpresentationRatio write SetpresentationRatio; |
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'
. (choose any one of presentation*, but only one) )
|
|
property presentationRatioRange : TRatioRange read GetpresentationRatioRange write SetpresentationRatioRange; |
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'
. (choose any one of presentation*, but only one) )
|
|
property presentationCodeableConcept : TCodeableConcept read GetpresentationCodeableConcept write SetpresentationCodeableConcept; |
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'
. (choose any one of presentation*, but only one) )
|
|
property presentationQuantity : TQuantity read GetpresentationQuantity write SetpresentationQuantity; |
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'
. (choose any one of presentation*, but only one) )
|
|
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 concentrationRatio : TRatio read GetconcentrationRatio write SetconcentrationRatio; |
The strength per unitary volume (or mass). (choose any one of concentration*, but only one)
|
|
property concentrationRatioRange : TRatioRange read GetconcentrationRatioRange write SetconcentrationRatioRange; |
The strength per unitary volume (or mass). (choose any one of concentration*, but only one)
|
|
property concentrationCodeableConcept : TCodeableConcept read GetconcentrationCodeableConcept write SetconcentrationCodeableConcept; |
The strength per unitary volume (or mass). (choose any one of concentration*, but only one)
|
|
property concentrationQuantity : TQuantity read GetconcentrationQuantity write SetconcentrationQuantity; |
The strength per unitary volume (or mass). (choose any one of concentration*, but only one)
|
|
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 basis : TCodeableConcept read Getbasis write Setbasis; |
A code that indicates if the strength is, for example, based on the ingredient substance as stated or on the substance base (when the ingredient is a salt).
|
|
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.
|