Class TMedicinalProductPackagedPackageItem

Unit

Declaration

type TMedicinalProductPackagedPackageItem = class(TBackboneElement)

Description

A medicinal product in a container or package.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property material : TCodeableConceptArray read GetmaterialArray;
Public property alternateMaterial : TCodeableConceptArray read GetalternateMaterialArray;
Public property device : TReferenceArray read GetdeviceArray;
Public property manufacturedItem : TReferenceArray read GetmanufacturedItemArray;
Public property packageItem : TMedicinalProductPackagedPackageItemArray read GetpackageItemArray;
Public property physicalCharacteristics : TProdCharacteristic read GetphysicalCharacteristics write SetphysicalCharacteristics;
Public property otherCharacteristics : TCodeableConceptArray read GetotherCharacteristicsArray;
Public property shelfLifeStorage : TProductShelfLifeArray read GetshelfLifeStorageArray;
Public property manufacturer : TReferenceArray read GetmanufacturerArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Including possibly Data Carrier Identifier.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The physical type of the container of the medicine.

Public property quantity : TQuantity read Getquantity write Setquantity;

The quantity of this package in the medicinal product, at the current level of packaging. The outermost is always 1.

Public property material : TCodeableConceptArray read GetmaterialArray;

Material type of the package item.

Public property alternateMaterial : TCodeableConceptArray read GetalternateMaterialArray;

A possible alternate material for the packaging.

Public property device : TReferenceArray read GetdeviceArray;

A device accompanying a medicinal product.

Public property manufacturedItem : TReferenceArray read GetmanufacturedItemArray;

The manufactured item as contained in the packaged medicinal product.

Public property packageItem : TMedicinalProductPackagedPackageItemArray read GetpackageItemArray;

Allows containers within containers.

Public property physicalCharacteristics : TProdCharacteristic read GetphysicalCharacteristics write SetphysicalCharacteristics;

Dimensions, color etc.

Public property otherCharacteristics : TCodeableConceptArray read GetotherCharacteristicsArray;

Other codeable characteristics.

Public property shelfLifeStorage : TProductShelfLifeArray read GetshelfLifeStorageArray;

Shelf Life and storage information.

Public property manufacturer : TReferenceArray read GetmanufacturerArray;

Manufacturer of this Package Item.


Generated by PasDoc 0.15.0.