Class TPackagedProductDefinitionPackaging

Unit

Declaration

type TPackagedProductDefinitionPackaging = class(TBackboneElement)

Description

A medically related item or items, 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 componentPart : boolean read GetcomponentPart write SetcomponentPart;
Public property componentPartElement : Tboolean read GetcomponentPartElement write SetcomponentPartElement;
Public property quantity : integer read Getquantity write Setquantity;
Public property quantityElement : Tinteger read GetquantityElement write SetquantityElement;
Public property material : TCodeableConceptArray read GetmaterialArray;
Public property alternateMaterial : TCodeableConceptArray read GetalternateMaterialArray;
Public property shelfLifeStorage : TProductShelfLifeArray read GetshelfLifeStorageArray;
Public property manufacturer : TReferenceArray read GetmanufacturerArray;
Public property property_ : TPackagedProductDefinitionPropertyArray read Getproperty_Array;
Public property containedItem : TPackagedProductDefinitionContainedItemArray read GetcontainedItemArray;
Public property packaging : TPackagedProductDefinitionPackagingArray read GetpackagingArray;

Description

Methods

Public constructor Create; override;
 

Properties

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

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The physical type of the container of the items.

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

Public property componentPartElement : Tboolean read GetcomponentPartElement write SetcomponentPartElement;
 
Public 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.

Public property quantityElement : Tinteger read GetquantityElement write SetquantityElement;
 
Public property material : TCodeableConceptArray read GetmaterialArray;

Material type of the package item.

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

Public property shelfLifeStorage : TProductShelfLifeArray read GetshelfLifeStorageArray;

Shelf Life and storage information.

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

Public property property_ : TPackagedProductDefinitionPropertyArray read Getproperty_Array;

General characteristics of this item.

Public property containedItem : TPackagedProductDefinitionContainedItemArray read GetcontainedItemArray;

The item(s) within the packaging.

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