Class TPackagedProductDefinitionPackage

Unit

Declaration

type TPackagedProductDefinitionPackage = 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 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 : TPackagedProductDefinitionShelfLifeStorageArray read GetshelfLifeStorageArray;
Public property manufacturer : TReferenceArray read GetmanufacturerArray;
Public property property_ : TPackagedProductDefinitionPropertyArray read Getproperty_Array;
Public property containedItem : TPackagedProductDefinitionContainedItemArray read GetcontainedItemArray;
Public property package : TPackagedProductDefinitionPackageArray read GetpackageArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

An identifier that is specific to this particular part of the packaging. 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 quantity : integer read Getquantity write Setquantity;

The quantity of this level of packaging in the package that contains it. If specified, the outermost level is always 1.

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 : TPackagedProductDefinitionShelfLifeStorageArray read GetshelfLifeStorageArray;

Shelf Life and storage information.

Public property manufacturer : TReferenceArray read GetmanufacturerArray;

Manufacturer of this package Item. When there are multiple it means these are all possible manufacturers.

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 package : TPackagedProductDefinitionPackageArray read GetpackageArray;

Allows containers (and parts of containers) parwithin containers, still a single packaged product. See also PackagedProductDefinition.package.containedItem.item(PackagedProductDefinition).


Generated by PasDoc 0.15.0.