Class TManufacturedItemDefinitionComponent

Unit

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

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property function_ : TCodeableConceptArray read Getfunction_Array;
Public property amount : TQuantityArray read GetamountArray;
Public property constituent : TManufacturedItemDefinitionConstituentArray read GetconstituentArray;
Public property property_ : TManufacturedItemDefinitionPropertyArray read Getproperty_Array;
Public property component : TManufacturedItemDefinitionComponentArray read GetcomponentArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Defining type of the component e.g. shell, layer, ink.

Public property function_ : TCodeableConceptArray read Getfunction_Array;

The function of this component within the item e.g. delivers active ingredient, masks taste.

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

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

Public property property_ : TManufacturedItemDefinitionPropertyArray read Getproperty_Array;

General characteristics of this component.

Public property component : TManufacturedItemDefinitionComponentArray read GetcomponentArray;

A component that this component contains or is made from.


Generated by PasDoc 0.15.0.