Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsLOC_271
Unit
BSHL7DT271
Declaration
type TbsLOC_271 = class(TbsHL7Segment)
Description
Location Identification
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function LocationTypeLocRepCount : Integer; |
|
|
function OrganizationNameLocRepCount : Integer; |
|
|
function LocationAddressRepCount : Integer; |
|
|
function LocationPhoneRepCount : Integer; |
|
|
function LicenseNumberRepCount : Integer; |
|
|
function LocationEquipmentRepCount : Integer; |
|
Properties
|
property PrimaryKeyValueLoc : TbsPL_271 read GetPrimaryKeyValueLoc write SetPrimaryKeyValueLoc; |
Primary Key Value - Loc, Min : 1, Max : 1
|
|
property LocationDescription : TbsST_271 read GetLocationDescription write SetLocationDescription; |
Location Description, Min : 0, Max : 1
|
|
property LocationTypeLoc[RepCount:Integer]: TbsCWE_271 read GetLocationTypeLoc write SetLocationTypeLoc; |
Location Type - Loc, Min : 1, Max : *
|
|
property OrganizationNameLoc[RepCount:Integer]: TbsXON_271 read GetOrganizationNameLoc write SetOrganizationNameLoc; |
Organization Name - Loc, Min : 0, Max : *
|
|
property LocationAddress[RepCount:Integer]: TbsXAD_271 read GetLocationAddress write SetLocationAddress; |
Location Address, Min : 0, Max : *
|
|
property LocationPhone[RepCount:Integer]: TbsXTN_271 read GetLocationPhone write SetLocationPhone; |
Location Phone, Min : 0, Max : *
|
|
property LicenseNumber[RepCount:Integer]: TbsCWE_271 read GetLicenseNumber write SetLicenseNumber; |
License Number, Min : 0, Max : *
|
|
property LocationEquipment[RepCount:Integer]: TbsCWE_271 read GetLocationEquipment write SetLocationEquipment; |
Location Equipment, Min : 0, Max : *
|
|
property LocationServiceCode : TbsCWE_271 read GetLocationServiceCode write SetLocationServiceCode; |
Location Service Code, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|