Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsFAC_27
Unit
BSHL7DT27
Declaration
type TbsFAC_27 = class(TbsHL7Segment)
Description
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_27 read GetFacilityIdfac write SetFacilityIdfac; |
Facility Id-fac, Min : 1, Max : 1
|
|
property FacilityType : TbsID_27 read GetFacilityType write SetFacilityType; |
Facility Type, Min : 0, Max : 1
|
|
property FacilityAddress[RepCount:Integer]: TbsXAD_27 read GetFacilityAddress write SetFacilityAddress; |
Facility Address, Min : 1, Max : *
|
|
property FacilityTelecommunication : TbsXTN_27 read GetFacilityTelecommunication write SetFacilityTelecommunication; |
Facility Telecommunication, Min : 1, Max : 1
|
|
property ContactPerson[RepCount:Integer]: TbsXCN_27 read GetContactPerson write SetContactPerson; |
Contact Person, Min : 0, Max : *
|
|
property ContactTitle[RepCount:Integer]: TbsST_27 read GetContactTitle write SetContactTitle; |
Contact Title, Min : 0, Max : *
|
|
property ContactAddress[RepCount:Integer]: TbsXAD_27 read GetContactAddress write SetContactAddress; |
Contact Address, Min : 0, Max : *
|
|
property ContactTelecommunication[RepCount:Integer]: TbsXTN_27 read GetContactTelecommunication write SetContactTelecommunication; |
Contact Telecommunication, Min : 0, Max : *
|
|
property SignatureAuthority[RepCount:Integer]: TbsXCN_27 read GetSignatureAuthority write SetSignatureAuthority; |
Signature Authority, Min : 1, Max : *
|
|
property SignatureAuthorityTitle : TbsST_27 read GetSignatureAuthorityTitle write SetSignatureAuthorityTitle; |
Signature Authority Title, Min : 0, Max : 1
|
|
property SignatureAuthorityAddress[RepCount:Integer]: TbsXAD_27 read GetSignatureAuthorityAddress write SetSignatureAuthorityAddress; |
Signature Authority Address, Min : 0, Max : *
|
|
property SignatureAuthorityTelecommunication : TbsXTN_27 read GetSignatureAuthorityTelecommunication write SetSignatureAuthorityTelecommunication; |
Signature Authority Telecommunication, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|