Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsSHP_28
Unit
BSHL7DT28
Declaration
type TbsSHP_28 = class(TbsHL7Segment)
Description
Shipment The intent of this segment is to describe the information associated with the transportation of the shipment.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function InternalShipmentIdRepCount : Integer; |
|
|
function ShipmentConfidentialityRepCount : Integer; |
|
|
function ShipmentConditionRepCount : Integer; |
|
|
function ShipmentHandlingCodeRepCount : Integer; |
|
|
function ShipmentRiskCodeRepCount : Integer; |
|
Properties
|
property ShipmentId : TbsEI_28 read GetShipmentId write SetShipmentId; |
Shipment Id, Min : 1, Max : 1
|
|
property InternalShipmentId[RepCount:Integer]: TbsEI_28 read GetInternalShipmentId write SetInternalShipmentId; |
Internal Shipment Id, Min : 0, Max : *
|
|
property ShipmentStatus : TbsCWE_28 read GetShipmentStatus write SetShipmentStatus; |
Shipment Status, Min : 0, Max : 1
|
|
property ShipmentStatusDateTime : TbsDTM_28 read GetShipmentStatusDateTime write SetShipmentStatusDateTime; |
Shipment Status Date/Time, Min : 1, Max : 1
|
|
property ShipmentStatusReason : TbsTX_28 read GetShipmentStatusReason write SetShipmentStatusReason; |
Shipment Status Reason, Min : 0, Max : 1
|
|
property ShipmentPriority : TbsCWE_28 read GetShipmentPriority write SetShipmentPriority; |
Shipment Priority, Min : 0, Max : 1
|
|
property ShipmentConfidentiality[RepCount:Integer]: TbsCWE_28 read GetShipmentConfidentiality write SetShipmentConfidentiality; |
Shipment Confidentiality, Min : 0, Max : *
|
|
property NumberOfPackagesInShipment : TbsNM_28 read GetNumberOfPackagesInShipment write SetNumberOfPackagesInShipment; |
Number Of Packages In Shipment, Min : 0, Max : 1
|
|
property ShipmentCondition[RepCount:Integer]: TbsCWE_28 read GetShipmentCondition write SetShipmentCondition; |
Shipment Condition, Min : 0, Max : *
|
|
property ShipmentHandlingCode[RepCount:Integer]: TbsCWE_28 read GetShipmentHandlingCode write SetShipmentHandlingCode; |
Shipment Handling Code, Min : 0, Max : *
|
|
property ShipmentRiskCode[RepCount:Integer]: TbsCWE_28 read GetShipmentRiskCode write SetShipmentRiskCode; |
Shipment Risk Code, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|