Class TbsPYE_26
Unit
BSHL7DT26
Declaration
type TbsPYE_26 = class(TbsHL7Segment)
Description
Payee Information This segment is used to define payee information.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function PayeeIdentificationListRepCount : Integer; |
|
|
function PayeePersonNameRepCount : Integer; |
|
|
function PayeeAddressRepCount : Integer; |
|
Properties
|
property SetIDPYE : TbsSI_26 read GetSetIDPYE write SetSetIDPYE; |
Set ID ?? PYE, Min : 1, Max : 1
|
|
property PayeeType : TbsIS_26 read GetPayeeType write SetPayeeType; |
Payee Type, Min : 1, Max : 1
|
|
property PayeeRelationshiptoInvoicePatient : TbsIS_26 read GetPayeeRelationshiptoInvoicePatient write SetPayeeRelationshiptoInvoicePatient; |
Payee Relationship to Invoice (Patient), Min : 0, Max : 1
|
|
property PayeeIdentificationList[RepCount:Integer]: TbsXON_26 read GetPayeeIdentificationList write SetPayeeIdentificationList; |
Payee Identification List, Min : 0, Max : *
|
|
property PayeePersonName[RepCount:Integer]: TbsXPN_26 read GetPayeePersonName write SetPayeePersonName; |
Payee Person Name, Min : 0, Max : *
|
|
property PayeeAddress[RepCount:Integer]: TbsXAD_26 read GetPayeeAddress write SetPayeeAddress; |
Payee Address, Min : 0, Max : *
|
|
property PaymentMethod : TbsIS_26 read GetPaymentMethod write SetPaymentMethod; |
Payment Method, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|