Class TIngredientReferenceStrength

Unit

Declaration

type TIngredientReferenceStrength = class(TBackboneElement)

Description

An ingredient of a manufactured item or pharmaceutical product.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property substance : TCodeableReference read Getsubstance write Setsubstance;
Public property strengthRatio : TRatio read GetstrengthRatio write SetstrengthRatio;
Public property strengthRatioRange : TRatioRange read GetstrengthRatioRange write SetstrengthRatioRange;
Public property strengthQuantity : TQuantity read GetstrengthQuantity write SetstrengthQuantity;
Public property measurementPoint : string read GetmeasurementPoint write SetmeasurementPoint;
Public property measurementPointElement : Tstring read GetmeasurementPointElement write SetmeasurementPointElement;
Public property country : TCodeableConceptArray read GetcountryArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property substance : TCodeableReference read Getsubstance write Setsubstance;

Relevant reference substance.

Public property strengthRatio : TRatio read GetstrengthRatio write SetstrengthRatio;

Strength expressed in terms of a reference substance. (choose any one of strength*, but only one)

Public property strengthRatioRange : TRatioRange read GetstrengthRatioRange write SetstrengthRatioRange;

Strength expressed in terms of a reference substance. (choose any one of strength*, but only one)

Public property strengthQuantity : TQuantity read GetstrengthQuantity write SetstrengthQuantity;

Strength expressed in terms of a reference substance. (choose any one of strength*, but only one)

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.


Generated by PasDoc 0.15.0.