Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: IBCEDS1

Package: Integrated Billing

Routine: IBCEDS1


Information

IBCEDS1 ;ALB/ESG - EDI CLAIM STATUS REPORT - SELECTION CONT ;13-DEC-2007

Source Information

Source file <IBCEDS1.m>

Entry Points

Name Comments DBIA/ICR reference
SORTSEL(LVL) ; sort selection criteria
; LVL - sort level 1, 2, or 3
SORTSELX ;
SD(SORT) ; sort description given the sort code
SV(SORT,DEF) ; sort value given the sort code
; SORT - sort code
; DEF - default value if the sort code is nil (must be non-nil)
SVX
ZZ ; List of allowable sort criteria
ZZ1 ;;1:Last Transmitted Date:1:IBLTRDT;
ZZ2 ;;2:Payer:0:IBPAY;
ZZ3 ;;3:EDI Claim Status:0:IBEDIST;
ZZ4 ;;4:Current Balance:1:IBCURBAL;
ZZ5 ;;5:Division:0:IBDIV;
ZZ6 ;;6:Claim Number:0:IBEXTCLM;
ZZ7 ;;7:AR Status:0:IBARSTAT;
ZZ8 ;;8:Age:1:IBAGE;
Info |  Source |  Entry Points