Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsSCH_23
Unit
BSHL7DT23
Declaration
type TbsSCH_23 = class(TbsHL7Segment)
Description
Schedule Activity Information
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function AppointmentTimingQuantityRepCount : Integer; |
|
|
function EnteredByPhoneNumberRepCount : Integer; |
|
Properties
|
property PlacerAppointmentID : TbsEI_23 read GetPlacerAppointmentID write SetPlacerAppointmentID; |
Placer Appointment ID, Min : 1, Max : 1
|
|
property FillerAppointmentID : TbsEI_23 read GetFillerAppointmentID write SetFillerAppointmentID; |
Filler Appointment ID, Min : 0, Max : 1
|
|
property OccurrenceNumber : TbsNM_23 read GetOccurrenceNumber write SetOccurrenceNumber; |
Occurrence Number, Min : 0, Max : 1
|
|
property PlacerGroupNumber : TbsEI_23 read GetPlacerGroupNumber write SetPlacerGroupNumber; |
Placer Group Number, Min : 0, Max : 1
|
|
property ScheduleID : TbsCE_23 read GetScheduleID write SetScheduleID; |
Schedule ID, Min : 0, Max : 1
|
|
property EventReason : TbsCE_23 read GetEventReason write SetEventReason; |
Event Reason, Min : 1, Max : 1
|
|
property AppointmentReason : TbsCE_23 read GetAppointmentReason write SetAppointmentReason; |
Appointment Reason, Min : 0, Max : 1
|
|
property AppointmentType : TbsCE_23 read GetAppointmentType write SetAppointmentType; |
Appointment Type, Min : 0, Max : 1
|
|
property AppointmentDuration : TbsNM_23 read GetAppointmentDuration write SetAppointmentDuration; |
Appointment Duration, Min : 0, Max : 1
|
|
property AppointmentDurationUnits : TbsCE_23 read GetAppointmentDurationUnits write SetAppointmentDurationUnits; |
Appointment Duration Units, Min : 0, Max : 1
|
|
property AppointmentTimingQuantity[RepCount:Integer]: TbsTQ_23 read GetAppointmentTimingQuantity write SetAppointmentTimingQuantity; |
Appointment Timing Quantity, Min : 1, Max : *
|
|
property PlacerContactPerson : TbsXCN_23 read GetPlacerContactPerson write SetPlacerContactPerson; |
Placer Contact Person, Min : 0, Max : 1
|
|
property PlacerContactPhoneNumber : TbsXTN_23 read GetPlacerContactPhoneNumber write SetPlacerContactPhoneNumber; |
Placer Contact Phone Number, Min : 0, Max : 1
|
|
property PlacerContactAddress : TbsXAD_23 read GetPlacerContactAddress write SetPlacerContactAddress; |
Placer Contact Address, Min : 0, Max : 1
|
|
property PlacerContactLocation : TbsPL_23 read GetPlacerContactLocation write SetPlacerContactLocation; |
Placer Contact Location, Min : 0, Max : 1
|
|
property FillerContactPerson : TbsXCN_23 read GetFillerContactPerson write SetFillerContactPerson; |
Filler Contact Person, Min : 1, Max : 1
|
|
property FillerContactPhoneNumber : TbsXTN_23 read GetFillerContactPhoneNumber write SetFillerContactPhoneNumber; |
Filler Contact Phone Number, Min : 0, Max : 1
|
|
property FillerContactAddress : TbsXAD_23 read GetFillerContactAddress write SetFillerContactAddress; |
Filler Contact Address, Min : 0, Max : 1
|
|
property FillerContactLocation : TbsPL_23 read GetFillerContactLocation write SetFillerContactLocation; |
Filler Contact Location, Min : 0, Max : 1
|
|
property EnteredByPerson : TbsXCN_23 read GetEnteredByPerson write SetEnteredByPerson; |
Entered By Person, Min : 1, Max : 1
|
|
property EnteredByPhoneNumber[RepCount:Integer]: TbsXTN_23 read GetEnteredByPhoneNumber write SetEnteredByPhoneNumber; |
Entered By Phone Number, Min : 0, Max : *
|
|
property EnteredByLocation : TbsPL_23 read GetEnteredByLocation write SetEnteredByLocation; |
Entered By Location, Min : 0, Max : 1
|
|
property ParentPlacerAppointmentID : TbsEI_23 read GetParentPlacerAppointmentID write SetParentPlacerAppointmentID; |
Parent Placer Appointment ID, Min : 0, Max : 1
|
|
property ParentFillerAppointmentID : TbsEI_23 read GetParentFillerAppointmentID write SetParentFillerAppointmentID; |
Parent Filler Appointment ID, Min : 0, Max : 1
|
|
property FillerStatusCode : TbsCE_23 read GetFillerStatusCode write SetFillerStatusCode; |
Filler Status Code, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|