Class TPackagedProductDefinitionPackage
Unit
bsFhir_r4b
Declaration
type TPackagedProductDefinitionPackage = 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; |
An identifier that is specific to this particular part of the packaging. 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 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.
|
|
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 manufacturer : TReferenceArray read GetmanufacturerArray; |
Manufacturer of this package Item. When there are multiple it means these are all possible manufacturers.
|
|
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.
|