Class TbsLOC_23
Unit
BSHL7DT23
Declaration
type TbsLOC_23 = class(TbsHL7Segment)
Description
Location Identification
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function LocationTypeRepCount : Integer; |
|
|
function LocationPhoneRepCount : Integer; |
|
|
function LicenseNumberRepCount : Integer; |
|
|
function LocationEquipmentRepCount : Integer; |
|
Properties
|
property PrimaryKeyValue : TbsPL_23 read GetPrimaryKeyValue write SetPrimaryKeyValue; |
Primary Key Value, Min : 1, Max : 1
|
|
property LocationDescription : TbsST_23 read GetLocationDescription write SetLocationDescription; |
Location Description, Min : 0, Max : 1
|
|
property LocationType[RepCount:Integer]: TbsIS_23 read GetLocationType write SetLocationType; |
Location Type, Min : 1, Max : *
|
|
property OrganizationName : TbsXON_23 read GetOrganizationName write SetOrganizationName; |
Organization Name, Min : 0, Max : 1
|
|
property LocationAddress : TbsXAD_23 read GetLocationAddress write SetLocationAddress; |
Location Address, Min : 0, Max : 1
|
|
property LocationPhone[RepCount:Integer]: TbsXTN_23 read GetLocationPhone write SetLocationPhone; |
Location Phone, Min : 0, Max : *
|
|
property LicenseNumber[RepCount:Integer]: TbsCE_23 read GetLicenseNumber write SetLicenseNumber; |
License Number, Min : 0, Max : *
|
|
property LocationEquipment[RepCount:Integer]: TbsID_23 read GetLocationEquipment write SetLocationEquipment; |
Location Equipment, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|