Class TIngredientStrength

Unit

Declaration

type TIngredientStrength = class(TBackboneElement)

Description

An ingredient of a manufactured item or pharmaceutical product.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property presentationRatio : TRatio read GetpresentationRatio write SetpresentationRatio;
Public property presentationRatioRange : TRatioRange read GetpresentationRatioRange write SetpresentationRatioRange;
Public property presentationCodeableConcept : TCodeableConcept read GetpresentationCodeableConcept write SetpresentationCodeableConcept;
Public property presentationQuantity : TQuantity read GetpresentationQuantity write SetpresentationQuantity;
Public property textPresentation : string read GettextPresentation write SettextPresentation;
Public property textPresentationElement : Tstring read GettextPresentationElement write SettextPresentationElement;
Public property concentrationRatio : TRatio read GetconcentrationRatio write SetconcentrationRatio;
Public property concentrationRatioRange : TRatioRange read GetconcentrationRatioRange write SetconcentrationRatioRange;
Public property concentrationCodeableConcept : TCodeableConcept read GetconcentrationCodeableConcept write SetconcentrationCodeableConcept;
Public property concentrationQuantity : TQuantity read GetconcentrationQuantity write SetconcentrationQuantity;
Public property textConcentration : string read GettextConcentration write SettextConcentration;
Public property textConcentrationElement : Tstring read GettextConcentrationElement write SettextConcentrationElement;
Public property basis : TCodeableConcept read Getbasis write Setbasis;
Public property measurementPoint : string read GetmeasurementPoint write SetmeasurementPoint;
Public property measurementPointElement : Tstring read GetmeasurementPointElement write SetmeasurementPointElement;
Public property country : TCodeableConceptArray read GetcountryArray;
Public property referenceStrength : TIngredientReferenceStrengthArray read GetreferenceStrengthArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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) )

Public 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) )

Public 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) )

Public 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) )

Public 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.

Public property textPresentationElement : Tstring read GettextPresentationElement write SettextPresentationElement;
 
Public property concentrationRatio : TRatio read GetconcentrationRatio write SetconcentrationRatio;

The strength per unitary volume (or mass). (choose any one of concentration*, but only one)

Public property concentrationRatioRange : TRatioRange read GetconcentrationRatioRange write SetconcentrationRatioRange;

The strength per unitary volume (or mass). (choose any one of concentration*, but only one)

Public property concentrationCodeableConcept : TCodeableConcept read GetconcentrationCodeableConcept write SetconcentrationCodeableConcept;

The strength per unitary volume (or mass). (choose any one of concentration*, but only one)

Public property concentrationQuantity : TQuantity read GetconcentrationQuantity write SetconcentrationQuantity;

The strength per unitary volume (or mass). (choose any one of concentration*, but only one)

Public 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.

Public property textConcentrationElement : Tstring read GettextConcentrationElement write SettextConcentrationElement;
 
Public 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).

Public 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.

Public property measurementPointElement : Tstring read GetmeasurementPointElement write SetmeasurementPointElement;
 
Public property country : TCodeableConceptArray read GetcountryArray;

The country or countries for which the strength range applies.

Public 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.