Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsFAC_26
Unit
BSHL7DT26
Declaration
type TbsFAC_26 = 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_26 read GetFacilityIDFAC write SetFacilityIDFAC; |
Facility ID-FAC, Min : 1, Max : 1
|
|
property FacilityType : TbsID_26 read GetFacilityType write SetFacilityType; |
Facility Type, Min : 0, Max : 1
|
|
property FacilityAddress[RepCount:Integer]: TbsXAD_26 read GetFacilityAddress write SetFacilityAddress; |
Facility Address, Min : 1, Max : *
|
|
property FacilityTelecommunication : TbsXTN_26 read GetFacilityTelecommunication write SetFacilityTelecommunication; |
Facility Telecommunication, Min : 1, Max : 1
|
|
property ContactPerson[RepCount:Integer]: TbsXCN_26 read GetContactPerson write SetContactPerson; |
Contact Person, Min : 0, Max : *
|
|
property ContactTitle[RepCount:Integer]: TbsST_26 read GetContactTitle write SetContactTitle; |
Contact Title, Min : 0, Max : *
|
|
property ContactAddress[RepCount:Integer]: TbsXAD_26 read GetContactAddress write SetContactAddress; |
Contact Address, Min : 0, Max : *
|
|
property ContactTelecommunication[RepCount:Integer]: TbsXTN_26 read GetContactTelecommunication write SetContactTelecommunication; |
Contact Telecommunication, Min : 0, Max : *
|
|
property SignatureAuthority[RepCount:Integer]: TbsXCN_26 read GetSignatureAuthority write SetSignatureAuthority; |
Signature Authority, Min : 1, Max : *
|
|
property SignatureAuthorityTitle : TbsST_26 read GetSignatureAuthorityTitle write SetSignatureAuthorityTitle; |
Signature Authority Title, Min : 0, Max : 1
|
|
property SignatureAuthorityAddress[RepCount:Integer]: TbsXAD_26 read GetSignatureAuthorityAddress write SetSignatureAuthorityAddress; |
Signature Authority Address, Min : 0, Max : *
|
|
property SignatureAuthorityTelecommunication : TbsXTN_26 read GetSignatureAuthorityTelecommunication write SetSignatureAuthorityTelecommunication; |
Signature Authority Telecommunication, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|