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 presentation : TElement read Getpresentation write Setpresentation;
Public property textPresentation : string read GettextPresentation write SettextPresentation;
Public property textPresentationElement : Tstring read GettextPresentationElement write SettextPresentationElement;
Public property concentration : TElement read Getconcentration write Setconcentration;
Public property textConcentration : string read GettextConcentration write SettextConcentration;
Public property textConcentrationElement : Tstring read GettextConcentrationElement write SettextConcentrationElement;
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 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'

. )

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 concentration : TElement read Getconcentration write Setconcentration;

The strength per unitary volume (or mass).

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