Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsSCH_27
Unit
BSHL7DT27
Declaration
type TbsSCH_27 = class(TbsHL7Segment)
Description
Scheduling Activity Information
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function PlacerContactPersonRepCount : Integer; |
|
|
 |
function PlacerContactAddressRepCount : Integer; |
|
|
 |
function FillerContactPersonRepCount : Integer; |
|
|
 |
function FillerContactAddressRepCount : Integer; |
|
|
 |
function EnteredByPersonRepCount : Integer; |
|
|
 |
function EnteredByPhoneNumberRepCount : Integer; |
|
|
 |
function PlacerOrderNumberRepCount : Integer; |
|
|
 |
function FillerOrderNumberRepCount : Integer; |
|
|
Properties
 |
property PlacerAppointmentId : TbsEI_27 read GetPlacerAppointmentId write SetPlacerAppointmentId; |
|
Placer Appointment Id, Min : 0, Max : 1
|
 |
property FillerAppointmentId : TbsEI_27 read GetFillerAppointmentId write SetFillerAppointmentId; |
|
Filler Appointment Id, Min : 0, Max : 1
|
 |
property OccurrenceNumber : TbsNM_27 read GetOccurrenceNumber write SetOccurrenceNumber; |
|
Occurrence Number, Min : 0, Max : 1
|
 |
property PlacerGroupNumber : TbsEI_27 read GetPlacerGroupNumber write SetPlacerGroupNumber; |
|
Placer Group Number, Min : 0, Max : 1
|
 |
property ScheduleId : TbsCWE_27 read GetScheduleId write SetScheduleId; |
|
Schedule Id, Min : 0, Max : 1
|
 |
property EventReason : TbsCWE_27 read GetEventReason write SetEventReason; |
|
Event Reason, Min : 1, Max : 1
|
 |
property AppointmentReason : TbsCWE_27 read GetAppointmentReason write SetAppointmentReason; |
|
Appointment Reason, Min : 0, Max : 1
|
 |
property AppointmentType : TbsCWE_27 read GetAppointmentType write SetAppointmentType; |
|
Appointment Type, Min : 0, Max : 1
|
 |
property AppointmentDuration : TbsNM_27 read GetAppointmentDuration write SetAppointmentDuration; |
|
Appointment Duration, Min : 0, Max : 1
|
 |
property AppointmentDurationUnits : TbsCNE_27 read GetAppointmentDurationUnits write SetAppointmentDurationUnits; |
|
Appointment Duration Units, Min : 0, Max : 1
|
 |
property AppointmentTimingQuantity : TbsST_27 read GetAppointmentTimingQuantity write SetAppointmentTimingQuantity; |
|
Appointment Timing Quantity, Min : 0, Max : 1
|
 |
property PlacerContactPerson[RepCount:Integer]: TbsXCN_27 read GetPlacerContactPerson write SetPlacerContactPerson; |
|
Placer Contact Person, Min : 0, Max : *
|
 |
property PlacerContactPhoneNumber : TbsXTN_27 read GetPlacerContactPhoneNumber write SetPlacerContactPhoneNumber; |
|
Placer Contact Phone Number, Min : 0, Max : 1
|
 |
property PlacerContactAddress[RepCount:Integer]: TbsXAD_27 read GetPlacerContactAddress write SetPlacerContactAddress; |
|
Placer Contact Address, Min : 0, Max : *
|
 |
property PlacerContactLocation : TbsPL_27 read GetPlacerContactLocation write SetPlacerContactLocation; |
|
Placer Contact Location, Min : 0, Max : 1
|
 |
property FillerContactPerson[RepCount:Integer]: TbsXCN_27 read GetFillerContactPerson write SetFillerContactPerson; |
|
Filler Contact Person, Min : 1, Max : *
|
 |
property FillerContactPhoneNumber : TbsXTN_27 read GetFillerContactPhoneNumber write SetFillerContactPhoneNumber; |
|
Filler Contact Phone Number, Min : 0, Max : 1
|
 |
property FillerContactAddress[RepCount:Integer]: TbsXAD_27 read GetFillerContactAddress write SetFillerContactAddress; |
|
Filler Contact Address, Min : 0, Max : *
|
 |
property FillerContactLocation : TbsPL_27 read GetFillerContactLocation write SetFillerContactLocation; |
|
Filler Contact Location, Min : 0, Max : 1
|
 |
property EnteredByPerson[RepCount:Integer]: TbsXCN_27 read GetEnteredByPerson write SetEnteredByPerson; |
|
Entered By Person, Min : 1, Max : *
|
 |
property EnteredByPhoneNumber[RepCount:Integer]: TbsXTN_27 read GetEnteredByPhoneNumber write SetEnteredByPhoneNumber; |
|
Entered By Phone Number, Min : 0, Max : *
|
 |
property EnteredByLocation : TbsPL_27 read GetEnteredByLocation write SetEnteredByLocation; |
|
Entered By Location, Min : 0, Max : 1
|
 |
property ParentPlacerAppointmentId : TbsEI_27 read GetParentPlacerAppointmentId write SetParentPlacerAppointmentId; |
|
Parent Placer Appointment Id, Min : 0, Max : 1
|
 |
property ParentFillerAppointmentId : TbsEI_27 read GetParentFillerAppointmentId write SetParentFillerAppointmentId; |
|
Parent Filler Appointment Id, Min : 0, Max : 1
|
 |
property FillerStatusCode : TbsCWE_27 read GetFillerStatusCode write SetFillerStatusCode; |
|
Filler Status Code, Min : 0, Max : 1
|
 |
property PlacerOrderNumber[RepCount:Integer]: TbsEI_27 read GetPlacerOrderNumber write SetPlacerOrderNumber; |
|
Placer Order Number, Min : 0, Max : *
|
 |
property FillerOrderNumber[RepCount:Integer]: TbsEI_27 read GetFillerOrderNumber write SetFillerOrderNumber; |
|
Filler Order Number, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|