Class TPackagedProductDefinitionPackaging
Unit
bsFhir_r5
Declaration
type TPackagedProductDefinitionPackaging = class(TBackboneElement)
Description
A medically related item or items, in a container or package.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
A business identifier that is specific to this particular part of the packaging, often assigned by the manufacturer. Including possibly Data Carrier Identifier (a GS1 barcode).
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The physical type of the container of the items.
|
|
property componentPart : boolean read GetcomponentPart write SetcomponentPart; |
Is this a part of the packaging (e.g. a cap or bottle stopper), rather than the packaging itself (e.g. a bottle or vial). The latter type are designed be a container, but the former are not.
|
|
property componentPartElement : Tboolean read GetcomponentPartElement write SetcomponentPartElement; |
|
|
property quantity : integer read Getquantity write Setquantity; |
The quantity of packaging items contained at this layer of the package. This does not relate to the number of contained items but relates solely to the number of packaging items. When looking at the outermost layer it is always 1. If there are two boxes within, at the next layer it would be 2.
|
|
property quantityElement : Tinteger read GetquantityElement write SetquantityElement; |
|
|
property alternateMaterial : TCodeableConceptArray read GetalternateMaterialArray; |
A possible alternate material for this part of the packaging, that is allowed to be used instead of the usual material (e.g. different types of plastic for a blister sleeve).
|
|
property shelfLifeStorage : TProductShelfLifeArray read GetshelfLifeStorageArray; |
Shelf Life and storage information.
|
|
property manufacturer : TReferenceArray read GetmanufacturerArray; |
Manufacturer of this packaging item. When there are multiple values each one is a potential manufacturer of this packaging item.
|
|
property packaging : TPackagedProductDefinitionPackagingArray read GetpackagingArray; |
Allows containers (and parts of containers) within containers, still as a part of a single packaged product. See also PackagedProductDefinition.packaging.containedItem.item(PackagedProductDefinition).
|
Generated by PasDoc 0.15.0.
|