Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsFAC_25
Unit
BSHL7DT25
Declaration
type TbsFAC_25 = class(TbsHL7Segment)
Description
Facility HL7 Attribute Table - FAC - Facility
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function FacilityAddressRepCount : Integer; |
|
|
function ContactPersonRepCount : Integer; |
|
|
function ContactTitleRepCount : Integer; |
|
|
function ContactAddressRepCount : Integer; |
|
|
function ContactTelecommunicationRepCount : Integer; |
|
|
function SignatureAuthorityRepCount : Integer; |
|
|
function SignatureAuthorityAddressRepCount : Integer; |
|
Properties
|
property FacilityIDFAC : TbsEI_25 read GetFacilityIDFAC write SetFacilityIDFAC; |
Facility ID-FAC, Min : 1, Max : 1
|
|
property FacilityType : TbsID_25 read GetFacilityType write SetFacilityType; |
Facility Type, Min : 0, Max : 1
|
|
property FacilityAddress[RepCount:Integer]: TbsXAD_25 read GetFacilityAddress write SetFacilityAddress; |
Facility Address, Min : 1, Max : *
|
|
property FacilityTelecommunication : TbsXTN_25 read GetFacilityTelecommunication write SetFacilityTelecommunication; |
Facility Telecommunication, Min : 1, Max : 1
|
|
property ContactPerson[RepCount:Integer]: TbsXCN_25 read GetContactPerson write SetContactPerson; |
Contact Person, Min : 0, Max : *
|
|
property ContactTitle[RepCount:Integer]: TbsST_25 read GetContactTitle write SetContactTitle; |
Contact Title, Min : 0, Max : *
|
|
property ContactAddress[RepCount:Integer]: TbsXAD_25 read GetContactAddress write SetContactAddress; |
Contact Address, Min : 0, Max : *
|
|
property ContactTelecommunication[RepCount:Integer]: TbsXTN_25 read GetContactTelecommunication write SetContactTelecommunication; |
Contact Telecommunication, Min : 0, Max : *
|
|
property SignatureAuthority[RepCount:Integer]: TbsXCN_25 read GetSignatureAuthority write SetSignatureAuthority; |
Signature Authority, Min : 1, Max : *
|
|
property SignatureAuthorityTitle : TbsST_25 read GetSignatureAuthorityTitle write SetSignatureAuthorityTitle; |
Signature Authority Title, Min : 0, Max : 1
|
|
property SignatureAuthorityAddress[RepCount:Integer]: TbsXAD_25 read GetSignatureAuthorityAddress write SetSignatureAuthorityAddress; |
Signature Authority Address, Min : 0, Max : *
|
|
property SignatureAuthorityTelecommunication : TbsXTN_25 read GetSignatureAuthorityTelecommunication write SetSignatureAuthorityTelecommunication; |
Signature Authority Telecommunication, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|