Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsEHC_E15_271
Unit
BSHL7271
Declaration
type TbsEHC_E15_271 = class(TbsHL7Message)
Description
Represents a EHC_E15(Payment/Remittance Advice) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional repeating
PMT, optional repeating
PAYMENT_REMITTANCE_DETAIL_INFO, optional repeating
ADJUSTMENT_PAYEE, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function UACRepCount : Integer ; |
|
|
function PMTRepCount : Integer ; |
|
|
function PAYMENT_REMITTANCE_DETAIL_INFORepCount : Integer ; |
|
|
function ADJUSTMENT_PAYEERepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_271 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_271 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC[RepCount:Integer]: TbsUAC_271 read GetUAC write SetUAC; |
UAC, Usage : O, Min : 0, Max : *
|
|
property PMT[RepCount:Integer]: TbsPMT_271 read GetPMT write SetPMT; |
PMT, Usage : O, Min : 0, Max : *
|
|
property PAYMENT_REMITTANCE_DETAIL_INFO[RepCount:Integer]: TbsEHC_E15_PAYMENT_REMITTANCE_DETAIL_INFO_271 read GetPAYMENT_REMITTANCE_DETAIL_INFO write SetPAYMENT_REMITTANCE_DETAIL_INFO; |
PAYMENT_REMITTANCE_DETAIL_INFO, Usage : O, Min : 0, Max : *
|
|
property ADJUSTMENT_PAYEE[RepCount:Integer]: TbsEHC_E15_ADJUSTMENT_PAYEE_271 read GetADJUSTMENT_PAYEE write SetADJUSTMENT_PAYEE; |
ADJUSTMENT_PAYEE, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|