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 strength : TElement read Getstrength write Setstrength;
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 strength : TElement read Getstrength write Setstrength;

Strength expressed in terms of a reference substance.

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.