Class TMedicinalProductPackagedPackageItem
Unit
bsFhir_r4
Declaration
type TMedicinalProductPackagedPackageItem = class(TBackboneElement)
Description
A medicinal product in a container or package.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Including possibly Data Carrier Identifier.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The physical type of the container of the medicine.
|
|
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.
|
|
property alternateMaterial : TCodeableConceptArray read GetalternateMaterialArray; |
A possible alternate material for the packaging.
|
|
property device : TReferenceArray read GetdeviceArray; |
A device accompanying a medicinal product.
|
|
property manufacturedItem : TReferenceArray read GetmanufacturedItemArray; |
The manufactured item as contained in the packaged medicinal product.
|
|
property physicalCharacteristics : TProdCharacteristic read GetphysicalCharacteristics write SetphysicalCharacteristics; |
Dimensions, color etc.
|
|
property otherCharacteristics : TCodeableConceptArray read GetotherCharacteristicsArray; |
Other codeable characteristics.
|
|
property shelfLifeStorage : TProductShelfLifeArray read GetshelfLifeStorageArray; |
Shelf Life and storage information.
|
|
property manufacturer : TReferenceArray read GetmanufacturerArray; |
Manufacturer of this Package Item.
|
Generated by PasDoc 0.15.0.
|