Class TManufacturedItemDefinitionComponent
Unit
bsFhir_r5
Declaration
type TManufacturedItemDefinitionComponent = 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 type_ : TCodeableConcept read Gettype_ write Settype_; |
Defining type of the component e.g. shell, layer, ink.
|
|
property function_ : TCodeableConceptArray read Getfunction_Array; |
The function of this component within the item e.g. delivers active ingredient, masks taste.
|
|
property amount : TQuantityArray read GetamountArray; |
The measurable amount of total quantity of all substances in the component, expressable in different ways (e.g. by mass or volume).
|
|
property constituent : TManufacturedItemDefinitionConstituentArray read GetconstituentArray; |
A reference to a constituent of the manufactured item as a whole, linked here so that its component location within the item can be indicated. This not where the item's ingredient are primarily stated (for which see Ingredient.for or ManufacturedItemDefinition.ingredient).
|
Generated by PasDoc 0.15.0.
|