Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsAIP_24
Unit
BSHL7DT24
Declaration
type TbsAIP_24 = class(TbsHL7Segment)
Description
Appointment Information - Personnel Resource The AIP segment contains information about the personnel types that can be scheduled. Personnel included in a transaction using this segment are assumed to be controlled by a schedule on a schedule filler application. Personnel not controlled by a schedule are not identified on a schedule request using this segment. The kinds of personnel described on this segment include any healthcare provider in the institution controlled by a schedule (for example: technicians, physicians, nurses, surgeons, anesthesiologists, or CRNAs).
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function PersonnelResourceIDRepCount : Integer; |
|
Properties
|
property SetIDAIP : TbsSI_24 read GetSetIDAIP write SetSetIDAIP; |
Set ID - AIP, Min : 1, Max : 1
|
|
property SegmentActionCode : TbsID_24 read GetSegmentActionCode write SetSegmentActionCode; |
Segment Action Code, Min : 0, Max : 1
|
|
property PersonnelResourceID[RepCount:Integer]: TbsXCN_24 read GetPersonnelResourceID write SetPersonnelResourceID; |
Personnel Resource ID, Min : 0, Max : *
|
|
property ResourceRole : TbsCE_24 read GetResourceRole write SetResourceRole; |
Resource Role, Min : 1, Max : 1
|
|
property ResourceGroup : TbsCE_24 read GetResourceGroup write SetResourceGroup; |
Resource Group, Min : 0, Max : 1
|
|
property StartDateTime : TbsTS_24 read GetStartDateTime write SetStartDateTime; |
Start Date/Time, Min : 0, Max : 1
|
|
property StartDateTimeOffset : TbsNM_24 read GetStartDateTimeOffset write SetStartDateTimeOffset; |
Start Date/Time Offset, Min : 0, Max : 1
|
|
property StartDateTimeOffsetUnits : TbsCE_24 read GetStartDateTimeOffsetUnits write SetStartDateTimeOffsetUnits; |
Start Date/Time Offset Units, Min : 0, Max : 1
|
|
property Duration : TbsNM_24 read GetDuration write SetDuration; |
Duration, Min : 0, Max : 1
|
|
property DurationUnits : TbsCE_24 read GetDurationUnits write SetDurationUnits; |
Duration Units, Min : 0, Max : 1
|
|
property AllowSubstitutionCode : TbsIS_24 read GetAllowSubstitutionCode write SetAllowSubstitutionCode; |
Allow Substitution Code, Min : 0, Max : 1
|
|
property FillerStatusCode : TbsCE_24 read GetFillerStatusCode write SetFillerStatusCode; |
Filler Status Code, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|