Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsORC_24
Unit
BSHL7DT24
Declaration
type TbsORC_24 = class(TbsHL7Segment)
Description
Common Order The Common Order segment (ORC) is used to transmit fields that are common to all orders (all types of services that are requested). The ORC segment is required in the Order (ORM) message. ORC is mandatory in Order Acknowledgment (ORR) messages if an order detail segment is present, but is not required otherwise.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function QuantityTimingRepCount : Integer; |
|
|
function EnteredByRepCount : Integer; |
|
|
function VerifiedByRepCount : Integer; |
|
|
function OrderingProviderRepCount : Integer; |
|
|
function CallBackPhoneNumberRepCount : Integer; |
|
|
function ActionByRepCount : Integer; |
|
|
function OrderingFacilityNameRepCount : Integer; |
|
|
function OrderingFacilityAddressRepCount : Integer; |
|
|
function OrderingFacilityPhoneNumberRepCount : Integer; |
|
|
function OrderingProviderAddressRepCount : Integer; |
|
Properties
|
property OrderControl : TbsID_24 read GetOrderControl write SetOrderControl; |
Order Control, Min : 1, Max : 1
|
|
property PlacerOrderNumber : TbsEI_24 read GetPlacerOrderNumber write SetPlacerOrderNumber; |
Placer Order Number, Min : 0, Max : 1
|
|
property FillerOrderNumber : TbsEI_24 read GetFillerOrderNumber write SetFillerOrderNumber; |
Filler Order Number, Min : 0, Max : 1
|
|
property PlacerGroupNumber : TbsEI_24 read GetPlacerGroupNumber write SetPlacerGroupNumber; |
Placer Group Number, Min : 0, Max : 1
|
|
property OrderStatus : TbsID_24 read GetOrderStatus write SetOrderStatus; |
Order Status, Min : 0, Max : 1
|
|
property ResponseFlag : TbsID_24 read GetResponseFlag write SetResponseFlag; |
Response Flag, Min : 0, Max : 1
|
|
property QuantityTiming[RepCount:Integer]: TbsTQ_24 read GetQuantityTiming write SetQuantityTiming; |
Quantity/Timing, Min : 0, Max : *
|
|
property ParentOrder : TbsEIP_24 read GetParentOrder write SetParentOrder; |
Parent Order, Min : 0, Max : 1
|
|
property DateTimeofTransaction : TbsTS_24 read GetDateTimeofTransaction write SetDateTimeofTransaction; |
Date/Time of Transaction, Min : 0, Max : 1
|
|
property EnteredBy[RepCount:Integer]: TbsXCN_24 read GetEnteredBy write SetEnteredBy; |
Entered By, Min : 0, Max : *
|
|
property VerifiedBy[RepCount:Integer]: TbsXCN_24 read GetVerifiedBy write SetVerifiedBy; |
Verified By, Min : 0, Max : *
|
|
property OrderingProvider[RepCount:Integer]: TbsXCN_24 read GetOrderingProvider write SetOrderingProvider; |
Ordering Provider, Min : 0, Max : *
|
|
property EnterersLocation : TbsPL_24 read GetEnterersLocation write SetEnterersLocation; |
Enterer's Location, Min : 0, Max : 1
|
|
property CallBackPhoneNumber[RepCount:Integer]: TbsXTN_24 read GetCallBackPhoneNumber write SetCallBackPhoneNumber; |
Call Back Phone Number, Min : 0, Max : 2
|
|
property OrderEffectiveDateTime : TbsTS_24 read GetOrderEffectiveDateTime write SetOrderEffectiveDateTime; |
Order Effective Date/Time, Min : 0, Max : 1
|
|
property OrderControlCodeReason : TbsCE_24 read GetOrderControlCodeReason write SetOrderControlCodeReason; |
Order Control Code Reason, Min : 0, Max : 1
|
|
property EnteringOrganization : TbsCE_24 read GetEnteringOrganization write SetEnteringOrganization; |
Entering Organization, Min : 0, Max : 1
|
|
property EnteringDevice : TbsCE_24 read GetEnteringDevice write SetEnteringDevice; |
Entering Device, Min : 0, Max : 1
|
|
property ActionBy[RepCount:Integer]: TbsXCN_24 read GetActionBy write SetActionBy; |
Action By, Min : 0, Max : *
|
|
property AdvancedBeneficiaryNoticeCode : TbsCE_24 read GetAdvancedBeneficiaryNoticeCode write SetAdvancedBeneficiaryNoticeCode; |
Advanced Beneficiary Notice Code, Min : 0, Max : 1
|
|
property OrderingFacilityName[RepCount:Integer]: TbsXON_24 read GetOrderingFacilityName write SetOrderingFacilityName; |
Ordering Facility Name, Min : 0, Max : *
|
|
property OrderingFacilityAddress[RepCount:Integer]: TbsXAD_24 read GetOrderingFacilityAddress write SetOrderingFacilityAddress; |
Ordering Facility Address, Min : 0, Max : *
|
|
property OrderingFacilityPhoneNumber[RepCount:Integer]: TbsXTN_24 read GetOrderingFacilityPhoneNumber write SetOrderingFacilityPhoneNumber; |
Ordering Facility Phone Number, Min : 0, Max : *
|
|
property OrderingProviderAddress[RepCount:Integer]: TbsXAD_24 read GetOrderingProviderAddress write SetOrderingProviderAddress; |
Ordering Provider Address, Min : 0, Max : *
|
|
property OrderStatusModifier : TbsCWE_24 read GetOrderStatusModifier write SetOrderStatusModifier; |
Order Status Modifier, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|