Class TbsEHC_E15_28

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsEHC_E15_28 = class(TbsHL7Message)

Description

Represents a EHC_E15(Payment/Remittance Advice) message structure. This structure contains the following elements:

  1. MSH, required

  2. SFT, optional repeating

  3. UAC, optional repeating

  4. PAYMENT_REMITTANCE_HEADER_INFO, required

  5. PAYMENT_REMITTANCE_DETAIL_INFO, optional repeating

  6. ADJUSTMENT_PAYEE, optional repeating

Hierarchy

Overview

Methods

Public function SFTRepCount : Integer ;
Public function UACRepCount : Integer ;
Public function PAYMENT_REMITTANCE_DETAIL_INFORepCount : Integer ;
Public function ADJUSTMENT_PAYEERepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_28 read GetMSH write SetMSH;
Public property SFT[RepCount:Integer]: TbsSFT_28 read GetSFT write SetSFT;
Public property UAC[RepCount:Integer]: TbsUAC_28 read GetUAC write SetUAC;
Public property PAYMENT_REMITTANCE_HEADER_INFO : TbsEHC_E15_PAYMENT_REMITTANCE_HEADER_INFO_28 read GetPAYMENT_REMITTANCE_HEADER_INFO write SetPAYMENT_REMITTANCE_HEADER_INFO;
Public property PAYMENT_REMITTANCE_DETAIL_INFO[RepCount:Integer]: TbsEHC_E15_PAYMENT_REMITTANCE_DETAIL_INFO_28 read GetPAYMENT_REMITTANCE_DETAIL_INFO write SetPAYMENT_REMITTANCE_DETAIL_INFO;
Public property ADJUSTMENT_PAYEE[RepCount:Integer]: TbsEHC_E15_ADJUSTMENT_PAYEE_28 read GetADJUSTMENT_PAYEE write SetADJUSTMENT_PAYEE;

Description

Methods

Public function SFTRepCount : Integer ;
 
Public function UACRepCount : Integer ;
 
Public function PAYMENT_REMITTANCE_DETAIL_INFORepCount : Integer ;
 
Public function ADJUSTMENT_PAYEERepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_28 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property SFT[RepCount:Integer]: TbsSFT_28 read GetSFT write SetSFT;

SFT, Usage : O, Min : 0, Max : *

Public property UAC[RepCount:Integer]: TbsUAC_28 read GetUAC write SetUAC;

UAC, Usage : O, Min : 0, Max : *

Public property PAYMENT_REMITTANCE_HEADER_INFO : TbsEHC_E15_PAYMENT_REMITTANCE_HEADER_INFO_28 read GetPAYMENT_REMITTANCE_HEADER_INFO write SetPAYMENT_REMITTANCE_HEADER_INFO;

PAYMENT_REMITTANCE_HEADER_INFO, Min : 1, Max : 1

Public property PAYMENT_REMITTANCE_DETAIL_INFO[RepCount:Integer]: TbsEHC_E15_PAYMENT_REMITTANCE_DETAIL_INFO_28 read GetPAYMENT_REMITTANCE_DETAIL_INFO write SetPAYMENT_REMITTANCE_DETAIL_INFO;

PAYMENT_REMITTANCE_DETAIL_INFO, Usage : O, Min : 0, Max : *

Public property ADJUSTMENT_PAYEE[RepCount:Integer]: TbsEHC_E15_ADJUSTMENT_PAYEE_28 read GetADJUSTMENT_PAYEE write SetADJUSTMENT_PAYEE;

ADJUSTMENT_PAYEE, Usage : O, Min : 0, Max : *


Generated by PasDoc 0.14.0.