Class TManufacturedItemDefinition

Unit

Declaration

type TManufacturedItemDefinition = class(TDomainResource)

Description

The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
Public property manufacturedDoseForm : TCodeableConcept read GetmanufacturedDoseForm write SetmanufacturedDoseForm;
Public property unitOfPresentation : TCodeableConcept read GetunitOfPresentation write SetunitOfPresentation;
Public property manufacturer : TReferenceArray read GetmanufacturerArray;
Public property ingredient : TCodeableConceptArray read GetingredientArray;
Public property property_ : TManufacturedItemDefinitionPropertyArray read Getproperty_Array;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Unique identifier.

Public property status : string read Getstatus write Setstatus;

The status of this item. Enables tracking the life-cycle of the content.

Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
 
Public property manufacturedDoseForm : TCodeableConcept read GetmanufacturedDoseForm write SetmanufacturedDoseForm;

Dose form as manufactured and before any transformation into the pharmaceutical product.

Public property unitOfPresentation : TCodeableConcept read GetunitOfPresentation write SetunitOfPresentation;

The “real world” units in which the quantity of the manufactured item is described.

Public property manufacturer : TReferenceArray read GetmanufacturerArray;

Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues).

Public property ingredient : TCodeableConceptArray read GetingredientArray;

The ingredients of this manufactured item. This is only needed if the ingredients are not specified by incoming references from the Ingredient resource.

Public property property_ : TManufacturedItemDefinitionPropertyArray read Getproperty_Array;

General characteristics of this item.


Generated by PasDoc 0.15.0.