Class TbsPAC_27
Unit
BSHL7DT27
Declaration
type TbsPAC_27 = class(TbsHL7Segment)
Description
Shipment Package
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function PackageConditionRepCount : Integer; |
|
|
function PackageHandlingCodeRepCount : Integer; |
|
|
function PackageRiskCodeRepCount : Integer; |
|
Properties
|
property SetIdPac : TbsSI_27 read GetSetIdPac write SetSetIdPac; |
Set Id - Pac, Min : 1, Max : 1
|
|
property PackageId : TbsEI_27 read GetPackageId write SetPackageId; |
Package Id, Min : 0, Max : 1
|
|
property ParentPackageId : TbsEI_27 read GetParentPackageId write SetParentPackageId; |
Parent Package Id, Min : 0, Max : 1
|
|
property PositionInParentPackage : TbsNA_27 read GetPositionInParentPackage write SetPositionInParentPackage; |
Position In Parent Package, Min : 0, Max : 1
|
|
property PackageType : TbsCWE_27 read GetPackageType write SetPackageType; |
Package Type, Min : 1, Max : 1
|
|
property PackageCondition[RepCount:Integer]: TbsCWE_27 read GetPackageCondition write SetPackageCondition; |
Package Condition, Min : 0, Max : *
|
|
property PackageHandlingCode[RepCount:Integer]: TbsCWE_27 read GetPackageHandlingCode write SetPackageHandlingCode; |
Package Handling Code, Min : 0, Max : *
|
|
property PackageRiskCode[RepCount:Integer]: TbsCWE_27 read GetPackageRiskCode write SetPackageRiskCode; |
Package Risk Code, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|