Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsGT1_22
Unit
BSHL7DT22
Declaration
type TbsGT1_22 = class(TbsHL7Segment)
Description
Guarantor The GT1 segment contains guarantor (e.g., person with financial responsibility for payment of a patient account) data for patient and insurance billing applications
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function GuarantorPhoneNumberHomeRepCount : Integer; |
|
|
function GuarantorPhoneNumberBusinessRepCount : Integer; |
|
|
function GuarantorEmployPhoneNumberRepCount : Integer; |
|
Properties
|
property SetIdGuarantor : TbsSI_22 read GetSetIdGuarantor write SetSetIdGuarantor; |
Set Id - Guarantor, Min : 1, Max : 1
|
|
property GuarantorNumber : TbsCOMP_ID_DIGIT_22 read GetGuarantorNumber write SetGuarantorNumber; |
Guarantor Number, Min : 0, Max : 1
|
|
property GuarantorName : TbsPN_22 read GetGuarantorName write SetGuarantorName; |
Guarantor Name, Min : 1, Max : 1
|
|
property GuarantorSpouseName : TbsPN_22 read GetGuarantorSpouseName write SetGuarantorSpouseName; |
Guarantor Spouse Name, Min : 0, Max : 1
|
|
property GuarantorAddress : TbsAD_22 read GetGuarantorAddress write SetGuarantorAddress; |
Guarantor Address, Min : 0, Max : 1
|
|
property GuarantorPhoneNumberHome[RepCount:Integer]: TbsTN_22 read GetGuarantorPhoneNumberHome write SetGuarantorPhoneNumberHome; |
Guarantor Phone Number - Home, Min : 0, Max : 3
|
|
property GuarantorPhoneNumberBusiness[RepCount:Integer]: TbsTN_22 read GetGuarantorPhoneNumberBusiness write SetGuarantorPhoneNumberBusiness; |
Guarantor Phone Number - Business, Min : 0, Max : 3
|
|
property GuarantorDateOfBirth : TbsDT_22 read GetGuarantorDateOfBirth write SetGuarantorDateOfBirth; |
Guarantor Date Of Birth, Min : 0, Max : 1
|
|
property GuarantorSex : TbsID_22 read GetGuarantorSex write SetGuarantorSex; |
Guarantor Sex, Min : 0, Max : 1
|
|
property GuarantorType : TbsID_22 read GetGuarantorType write SetGuarantorType; |
Guarantor Type, Min : 0, Max : 1
|
|
property GuarantorRelationship : TbsID_22 read GetGuarantorRelationship write SetGuarantorRelationship; |
Guarantor Relationship, Min : 0, Max : 1
|
|
property GuarantorSocialSecurityNumber : TbsST_22 read GetGuarantorSocialSecurityNumber write SetGuarantorSocialSecurityNumber; |
Guarantor Social Security Number, Min : 0, Max : 1
|
|
property GuarantorDateBegin : TbsDT_22 read GetGuarantorDateBegin write SetGuarantorDateBegin; |
Guarantor Date - Begin, Min : 0, Max : 1
|
|
property GuarantorDateEnd : TbsDT_22 read GetGuarantorDateEnd write SetGuarantorDateEnd; |
Guarantor Date - End, Min : 0, Max : 1
|
|
property GuarantorPriority : TbsNM_22 read GetGuarantorPriority write SetGuarantorPriority; |
Guarantor Priority, Min : 0, Max : 1
|
|
property GuarantorEmployerName : TbsST_22 read GetGuarantorEmployerName write SetGuarantorEmployerName; |
Guarantor Employer Name, Min : 0, Max : 1
|
|
property GuarantorEmployerAddress : TbsAD_22 read GetGuarantorEmployerAddress write SetGuarantorEmployerAddress; |
Guarantor Employer Address, Min : 0, Max : 1
|
|
property GuarantorEmployPhoneNumber[RepCount:Integer]: TbsTN_22 read GetGuarantorEmployPhoneNumber write SetGuarantorEmployPhoneNumber; |
Guarantor Employ Phone Number, Min : 0, Max : 3
|
|
property GuarantorEmployeeIdNumber : TbsST_22 read GetGuarantorEmployeeIdNumber write SetGuarantorEmployeeIdNumber; |
Guarantor Employee Id Number, Min : 0, Max : 1
|
|
property GuarantorEmploymentStatus : TbsID_22 read GetGuarantorEmploymentStatus write SetGuarantorEmploymentStatus; |
Guarantor Employment Status, Min : 0, Max : 1
|
|
property GuarantorOrganization : TbsST_22 read GetGuarantorOrganization write SetGuarantorOrganization; |
Guarantor Organization, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|