Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsARQ_28
Unit
BSHL7DT28
Declaration
type TbsARQ_28 = class(TbsHL7Segment)
Description
Appointment Request The ARQ segment defines a request for the booking of an appointment. It is used in transactions sent from an application acting in the role of a placer.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function RequestedStartDateTimeRangeRepCount : Integer; |
|
|
 |
function PlacerContactPersonRepCount : Integer; |
|
|
 |
function PlacerContactPhoneNumberRepCount : Integer; |
|
|
 |
function PlacerContactAddressRepCount : Integer; |
|
|
 |
function EnteredByPersonRepCount : Integer; |
|
|
 |
function EnteredByPhoneNumberRepCount : Integer; |
|
|
 |
function PlacerOrderNumberRepCount : Integer; |
|
|
 |
function FillerOrderNumberRepCount : Integer; |
|
|
Properties
 |
property PlacerAppointmentId : TbsEI_28 read GetPlacerAppointmentId write SetPlacerAppointmentId; |
|
Placer Appointment Id, Min : 1, Max : 1
|
 |
property FillerAppointmentId : TbsEI_28 read GetFillerAppointmentId write SetFillerAppointmentId; |
|
Filler Appointment Id, Min : 0, Max : 1
|
 |
property OccurrenceNumber : TbsNM_28 read GetOccurrenceNumber write SetOccurrenceNumber; |
|
Occurrence Number, Min : 0, Max : 1
|
 |
property PlacerGroupNumber : TbsEI_28 read GetPlacerGroupNumber write SetPlacerGroupNumber; |
|
Placer Group Number, Min : 0, Max : 1
|
 |
property ScheduleId : TbsCWE_28 read GetScheduleId write SetScheduleId; |
|
Schedule Id, Min : 0, Max : 1
|
 |
property RequestEventReason : TbsCWE_28 read GetRequestEventReason write SetRequestEventReason; |
|
Request Event Reason, Min : 0, Max : 1
|
 |
property AppointmentReason : TbsCWE_28 read GetAppointmentReason write SetAppointmentReason; |
|
Appointment Reason, Min : 0, Max : 1
|
 |
property AppointmentType : TbsCWE_28 read GetAppointmentType write SetAppointmentType; |
|
Appointment Type, Min : 0, Max : 1
|
 |
property AppointmentDuration : TbsNM_28 read GetAppointmentDuration write SetAppointmentDuration; |
|
Appointment Duration, Min : 0, Max : 1
|
 |
property AppointmentDurationUnits : TbsCNE_28 read GetAppointmentDurationUnits write SetAppointmentDurationUnits; |
|
Appointment Duration Units, Min : 0, Max : 1
|
 |
property RequestedStartDateTimeRange[RepCount:Integer]: TbsDR_28 read GetRequestedStartDateTimeRange write SetRequestedStartDateTimeRange; |
|
Requested Start Date/Time Range, Min : 0, Max : *
|
 |
property Priorityarq : TbsST_28 read GetPriorityarq write SetPriorityarq; |
|
Priority-arq, Min : 0, Max : 1
|
 |
property RepeatingInterval : TbsRI_28 read GetRepeatingInterval write SetRepeatingInterval; |
|
Repeating Interval, Min : 0, Max : 1
|
 |
property RepeatingIntervalDuration : TbsST_28 read GetRepeatingIntervalDuration write SetRepeatingIntervalDuration; |
|
Repeating Interval Duration, Min : 0, Max : 1
|
 |
property PlacerContactPerson[RepCount:Integer]: TbsXCN_28 read GetPlacerContactPerson write SetPlacerContactPerson; |
|
Placer Contact Person, Min : 1, Max : *
|
 |
property PlacerContactPhoneNumber[RepCount:Integer]: TbsXTN_28 read GetPlacerContactPhoneNumber write SetPlacerContactPhoneNumber; |
|
Placer Contact Phone Number, Min : 0, Max : *
|
 |
property PlacerContactAddress[RepCount:Integer]: TbsXAD_28 read GetPlacerContactAddress write SetPlacerContactAddress; |
|
Placer Contact Address, Min : 0, Max : *
|
 |
property PlacerContactLocation : TbsPL_28 read GetPlacerContactLocation write SetPlacerContactLocation; |
|
Placer Contact Location, Min : 0, Max : 1
|
 |
property EnteredByPerson[RepCount:Integer]: TbsXCN_28 read GetEnteredByPerson write SetEnteredByPerson; |
|
Entered By Person, Min : 1, Max : *
|
 |
property EnteredByPhoneNumber[RepCount:Integer]: TbsXTN_28 read GetEnteredByPhoneNumber write SetEnteredByPhoneNumber; |
|
Entered By Phone Number, Min : 0, Max : *
|
 |
property EnteredByLocation : TbsPL_28 read GetEnteredByLocation write SetEnteredByLocation; |
|
Entered By Location, Min : 0, Max : 1
|
 |
property ParentPlacerAppointmentId : TbsEI_28 read GetParentPlacerAppointmentId write SetParentPlacerAppointmentId; |
|
Parent Placer Appointment Id, Min : 0, Max : 1
|
 |
property ParentFillerAppointmentId : TbsEI_28 read GetParentFillerAppointmentId write SetParentFillerAppointmentId; |
|
Parent Filler Appointment Id, Min : 0, Max : 1
|
 |
property PlacerOrderNumber[RepCount:Integer]: TbsEI_28 read GetPlacerOrderNumber write SetPlacerOrderNumber; |
|
Placer Order Number, Min : 0, Max : *
|
 |
property FillerOrderNumber[RepCount:Integer]: TbsEI_28 read GetFillerOrderNumber write SetFillerOrderNumber; |
|
Filler Order Number, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|