Class TMedicinalProductIngredientStrength

Unit

Declaration

type TMedicinalProductIngredientStrength = class(TBackboneElement)

Description

An ingredient of a manufactured item or pharmaceutical product.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property presentation : TRatio read Getpresentation write Setpresentation;
Public property presentationLowLimit : TRatio read GetpresentationLowLimit write SetpresentationLowLimit;
Public property concentration : TRatio read Getconcentration write Setconcentration;
Public property concentrationLowLimit : TRatio read GetconcentrationLowLimit write SetconcentrationLowLimit;
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 : TMedicinalProductIngredientReferenceStrengthArray read GetreferenceStrengthArray;

Description

Methods

Public constructor Create; override;
 

Properties

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

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

Public property concentration : TRatio read Getconcentration write Setconcentration;

The strength per unitary volume (or mass).

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

Public property measurementPoint : string read GetmeasurementPoint write SetmeasurementPoint;

For when strength is measured at a particular point or distance.

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 : TMedicinalProductIngredientReferenceStrengthArray read GetreferenceStrengthArray;

Strength expressed in terms of a reference substance.


Generated by PasDoc 0.15.0.