Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsARQ_231
Unit
BSHL7DT231
Declaration
type TbsARQ_231 = class(TbsHL7Segment)
Description
Appointment request segment 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; |
|
Properties
|
property PlacerAppointmentID : TbsEI_231 read GetPlacerAppointmentID write SetPlacerAppointmentID; |
Placer Appointment ID, Min : 1, Max : 1
|
|
property FillerAppointmentID : TbsEI_231 read GetFillerAppointmentID write SetFillerAppointmentID; |
Filler Appointment ID, Min : 0, Max : 1
|
|
property OccurrenceNumber : TbsNM_231 read GetOccurrenceNumber write SetOccurrenceNumber; |
Occurrence Number, Min : 0, Max : 1
|
|
property PlacerGroupNumber : TbsEI_231 read GetPlacerGroupNumber write SetPlacerGroupNumber; |
Placer Group Number, Min : 0, Max : 1
|
|
property ScheduleID : TbsCE_231 read GetScheduleID write SetScheduleID; |
Schedule ID, Min : 0, Max : 1
|
|
property RequestEventReason : TbsCE_231 read GetRequestEventReason write SetRequestEventReason; |
Request Event Reason, Min : 0, Max : 1
|
|
property AppointmentReason : TbsCE_231 read GetAppointmentReason write SetAppointmentReason; |
Appointment Reason, Min : 0, Max : 1
|
|
property AppointmentType : TbsCE_231 read GetAppointmentType write SetAppointmentType; |
Appointment Type, Min : 0, Max : 1
|
|
property AppointmentDuration : TbsNM_231 read GetAppointmentDuration write SetAppointmentDuration; |
Appointment Duration, Min : 0, Max : 1
|
|
property AppointmentDurationUnits : TbsCE_231 read GetAppointmentDurationUnits write SetAppointmentDurationUnits; |
Appointment Duration Units, Min : 0, Max : 1
|
|
property RequestedStartDateTimeRange[RepCount:Integer]: TbsDR_231 read GetRequestedStartDateTimeRange write SetRequestedStartDateTimeRange; |
Requested Start Date/Time Range, Min : 0, Max : *
|
|
property PriorityARQ : TbsST_231 read GetPriorityARQ write SetPriorityARQ; |
Priority-ARQ, Min : 0, Max : 1
|
|
property RepeatingInterval : TbsRI_231 read GetRepeatingInterval write SetRepeatingInterval; |
Repeating Interval, Min : 0, Max : 1
|
|
property RepeatingIntervalDuration : TbsST_231 read GetRepeatingIntervalDuration write SetRepeatingIntervalDuration; |
Repeating Interval Duration, Min : 0, Max : 1
|
|
property PlacerContactPerson[RepCount:Integer]: TbsXCN_231 read GetPlacerContactPerson write SetPlacerContactPerson; |
Placer Contact Person, Min : 1, Max : *
|
|
property PlacerContactPhoneNumber[RepCount:Integer]: TbsXTN_231 read GetPlacerContactPhoneNumber write SetPlacerContactPhoneNumber; |
Placer Contact Phone Number, Min : 0, Max : *
|
|
property PlacerContactAddress[RepCount:Integer]: TbsXAD_231 read GetPlacerContactAddress write SetPlacerContactAddress; |
Placer Contact Address, Min : 0, Max : *
|
|
property PlacerContactLocation : TbsPL_231 read GetPlacerContactLocation write SetPlacerContactLocation; |
Placer Contact Location, Min : 0, Max : 1
|
|
property EnteredbyPerson[RepCount:Integer]: TbsXCN_231 read GetEnteredbyPerson write SetEnteredbyPerson; |
Entered by Person, Min : 1, Max : *
|
|
property EnteredbyPhoneNumber[RepCount:Integer]: TbsXTN_231 read GetEnteredbyPhoneNumber write SetEnteredbyPhoneNumber; |
Entered by Phone Number, Min : 0, Max : *
|
|
property EnteredbyLocation : TbsPL_231 read GetEnteredbyLocation write SetEnteredbyLocation; |
Entered by Location, Min : 0, Max : 1
|
|
property ParentPlacerAppointmentID : TbsEI_231 read GetParentPlacerAppointmentID write SetParentPlacerAppointmentID; |
Parent Placer Appointment ID, Min : 0, Max : 1
|
|
property ParentFillerAppointmentID : TbsEI_231 read GetParentFillerAppointmentID write SetParentFillerAppointmentID; |
Parent Filler Appointment ID, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|