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