Class TbsPAC_271
Unit
BSHL7DT271
Declaration
type TbsPAC_271 = class(TbsHL7Segment)
Description
Shipment Package The intent of this segment is to describe the information associated with the shipping package specimens are sent in.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function PackageConditionRepCount : Integer; |
|
|
function PackageHandlingCodeRepCount : Integer; |
|
|
function PackageRiskCodeRepCount : Integer; |
|
Properties
|
property SetIdPac : TbsSI_271 read GetSetIdPac write SetSetIdPac; |
Set Id - Pac, Min : 1, Max : 1
|
|
property PackageId : TbsEI_271 read GetPackageId write SetPackageId; |
Package Id, Min : 0, Max : 1
|
|
property ParentPackageId : TbsEI_271 read GetParentPackageId write SetParentPackageId; |
Parent Package Id, Min : 0, Max : 1
|
|
property PositionInParentPackage : TbsNA_271 read GetPositionInParentPackage write SetPositionInParentPackage; |
Position In Parent Package, Min : 0, Max : 1
|
|
property PackageType : TbsCWE_271 read GetPackageType write SetPackageType; |
Package Type, Min : 1, Max : 1
|
|
property PackageCondition[RepCount:Integer]: TbsCWE_271 read GetPackageCondition write SetPackageCondition; |
Package Condition, Min : 0, Max : *
|
|
property PackageHandlingCode[RepCount:Integer]: TbsCWE_271 read GetPackageHandlingCode write SetPackageHandlingCode; |
Package Handling Code, Min : 0, Max : *
|
|
property PackageRiskCode[RepCount:Integer]: TbsCWE_271 read GetPackageRiskCode write SetPackageRiskCode; |
Package Risk Code, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|