Class TManufacturedItemDefinitionConstituent
Unit
bsFhir_r5
Declaration
type TManufacturedItemDefinitionConstituent = class(TBackboneElement)
Description
The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property amount : TQuantityArray read GetamountArray; |
The measurable amount of the substance, expressable in different ways (e.g. by mass or volume).
|
|
property location : TCodeableConceptArray read GetlocationArray; |
The physical location of the constituent/ingredient within the component. Example – if the component is the bead in the capsule, then the location would be where the ingredient resides within the product part – intragranular, extra-granular, etc.
|
|
property function_ : TCodeableConceptArray read Getfunction_Array; |
The function of this constituent within the component e.g. binder.
|
|
property hasIngredient : TCodeableReferenceArray read GethasIngredientArray; |
The ingredient that is the constituent of the given component.
|
Generated by PasDoc 0.15.0.
|