Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsORC_25
Unit
BSHL7DT25
Declaration
type TbsORC_25 = 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_25 read GetOrderControl write SetOrderControl; |
Order Control, Min : 1, Max : 1
|
|
property PlacerOrderNumber : TbsEI_25 read GetPlacerOrderNumber write SetPlacerOrderNumber; |
Placer Order Number, Min : 0, Max : 1
|
|
property FillerOrderNumber : TbsEI_25 read GetFillerOrderNumber write SetFillerOrderNumber; |
Filler Order Number, Min : 0, Max : 1
|
|
property PlacerGroupNumber : TbsEI_25 read GetPlacerGroupNumber write SetPlacerGroupNumber; |
Placer Group Number, Min : 0, Max : 1
|
|
property OrderStatus : TbsID_25 read GetOrderStatus write SetOrderStatus; |
Order Status, Min : 0, Max : 1
|
|
property ResponseFlag : TbsID_25 read GetResponseFlag write SetResponseFlag; |
Response Flag, Min : 0, Max : 1
|
|
property QuantityTiming[RepCount:Integer]: TbsTQ_25 read GetQuantityTiming write SetQuantityTiming; |
Quantity/Timing, Min : 0, Max : *
|
|
property ParentOrder : TbsEIP_25 read GetParentOrder write SetParentOrder; |
Parent Order, Min : 0, Max : 1
|
|
property DateTimeofTransaction : TbsTS_25 read GetDateTimeofTransaction write SetDateTimeofTransaction; |
Date/Time of Transaction, Min : 0, Max : 1
|
|
property EnteredBy[RepCount:Integer]: TbsXCN_25 read GetEnteredBy write SetEnteredBy; |
Entered By, Min : 0, Max : *
|
|
property VerifiedBy[RepCount:Integer]: TbsXCN_25 read GetVerifiedBy write SetVerifiedBy; |
Verified By, Min : 0, Max : *
|
|
property OrderingProvider[RepCount:Integer]: TbsXCN_25 read GetOrderingProvider write SetOrderingProvider; |
Ordering Provider, Min : 0, Max : *
|
|
property EnterersLocation : TbsPL_25 read GetEnterersLocation write SetEnterersLocation; |
Enterer's Location, Min : 0, Max : 1
|
|
property CallBackPhoneNumber[RepCount:Integer]: TbsXTN_25 read GetCallBackPhoneNumber write SetCallBackPhoneNumber; |
Call Back Phone Number, Min : 0, Max : *
|
|
property OrderEffectiveDateTime : TbsTS_25 read GetOrderEffectiveDateTime write SetOrderEffectiveDateTime; |
Order Effective Date/Time, Min : 0, Max : 1
|
|
property OrderControlCodeReason : TbsCE_25 read GetOrderControlCodeReason write SetOrderControlCodeReason; |
Order Control Code Reason, Min : 0, Max : 1
|
|
property EnteringOrganization : TbsCE_25 read GetEnteringOrganization write SetEnteringOrganization; |
Entering Organization, Min : 0, Max : 1
|
|
property EnteringDevice : TbsCE_25 read GetEnteringDevice write SetEnteringDevice; |
Entering Device, Min : 0, Max : 1
|
|
property ActionBy[RepCount:Integer]: TbsXCN_25 read GetActionBy write SetActionBy; |
Action By, Min : 0, Max : *
|
|
property AdvancedBeneficiaryNoticeCode : TbsCE_25 read GetAdvancedBeneficiaryNoticeCode write SetAdvancedBeneficiaryNoticeCode; |
Advanced Beneficiary Notice Code, Min : 0, Max : 1
|
|
property OrderingFacilityName[RepCount:Integer]: TbsXON_25 read GetOrderingFacilityName write SetOrderingFacilityName; |
Ordering Facility Name, Min : 0, Max : *
|
|
property OrderingFacilityAddress[RepCount:Integer]: TbsXAD_25 read GetOrderingFacilityAddress write SetOrderingFacilityAddress; |
Ordering Facility Address, Min : 0, Max : *
|
|
property OrderingFacilityPhoneNumber[RepCount:Integer]: TbsXTN_25 read GetOrderingFacilityPhoneNumber write SetOrderingFacilityPhoneNumber; |
Ordering Facility Phone Number, Min : 0, Max : *
|
|
property OrderingProviderAddress[RepCount:Integer]: TbsXAD_25 read GetOrderingProviderAddress write SetOrderingProviderAddress; |
Ordering Provider Address, Min : 0, Max : *
|
|
property OrderStatusModifier : TbsCWE_25 read GetOrderStatusModifier write SetOrderStatusModifier; |
Order Status Modifier, Min : 0, Max : 1
|
|
property AdvancedBeneficiaryNoticeOverrideReason : TbsCWE_25 read GetAdvancedBeneficiaryNoticeOverrideReason write SetAdvancedBeneficiaryNoticeOverrideReason; |
Advanced Beneficiary Notice Override Reason, Min : 0, Max : 1
|
|
property FillersExpectedAvailabilityDateTime : TbsTS_25 read GetFillersExpectedAvailabilityDateTime write SetFillersExpectedAvailabilityDateTime; |
Filler's Expected Availability Date/Time, Min : 0, Max : 1
|
|
property ConfidentialityCode : TbsCWE_25 read GetConfidentialityCode write SetConfidentialityCode; |
Confidentiality Code, Min : 0, Max : 1
|
|
property OrderType : TbsCWE_25 read GetOrderType write SetOrderType; |
Order Type, Min : 0, Max : 1
|
|
property EntererAuthorizationMode : TbsCNE_25 read GetEntererAuthorizationMode write SetEntererAuthorizationMode; |
Enterer Authorization Mode, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|