Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsAIL_271
Unit
BSHL7DT271
Declaration
type TbsAIL_271 = class(TbsHL7Segment)
Description
Appointment Information - Location Resource The AIL segment contains information about location resources (meeting rooms, operating rooms, examination rooms, or other locations) that can be scheduled. Resources included in a transaction using this segment are assumed to be controlled by a schedule on a schedule filler application. Resources not controlled by a schedule are not identified on a schedule request using this segment. Location resources are identified with this specific segment because of the specific encoding of locations used by the HL7 specification.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function LocationResourceIdRepCount : Integer; |
|
Properties
|
property SetIdAil : TbsSI_271 read GetSetIdAil write SetSetIdAil; |
Set Id - Ail, Min : 1, Max : 1
|
|
property SegmentActionCode : TbsID_271 read GetSegmentActionCode write SetSegmentActionCode; |
Segment Action Code, Min : 0, Max : 1
|
|
property LocationResourceId[RepCount:Integer]: TbsPL_271 read GetLocationResourceId write SetLocationResourceId; |
Location Resource Id, Min : 0, Max : *
|
|
property LocationTypeAil : TbsCWE_271 read GetLocationTypeAil write SetLocationTypeAil; |
Location Type - Ail, Min : 0, Max : 1
|
|
property LocationGroup : TbsCWE_271 read GetLocationGroup write SetLocationGroup; |
Location Group, Min : 0, Max : 1
|
|
property StartDateTime : TbsDTM_271 read GetStartDateTime write SetStartDateTime; |
Start Date/Time, Min : 0, Max : 1
|
|
property StartDateTimeOffset : TbsNM_271 read GetStartDateTimeOffset write SetStartDateTimeOffset; |
Start Date/Time Offset, Min : 0, Max : 1
|
|
property StartDateTimeOffsetUnits : TbsCNE_271 read GetStartDateTimeOffsetUnits write SetStartDateTimeOffsetUnits; |
Start Date/Time Offset Units, Min : 0, Max : 1
|
|
property Duration : TbsNM_271 read GetDuration write SetDuration; |
Duration, Min : 0, Max : 1
|
|
property DurationUnits : TbsCNE_271 read GetDurationUnits write SetDurationUnits; |
Duration Units, Min : 0, Max : 1
|
|
property AllowSubstitutionCode : TbsCWE_271 read GetAllowSubstitutionCode write SetAllowSubstitutionCode; |
Allow Substitution Code, Min : 0, Max : 1
|
|
property FillerStatusCode : TbsCWE_271 read GetFillerStatusCode write SetFillerStatusCode; |
Filler Status Code, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|