IBCAPP ;ALB/WCJ - Claims Auto Processing Main Processer;27-AUG-10
Source file <IBCAPP.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| AWAY | ||
| EN(IBIFN,IBORIG,IBPYMT,IBWLF) | ;
 ; This is called from tag BULL^IBCNSBL2. It is the starting point for the claims auto-processing. ; Instead of sending a bulletin which started a manual process, the bulletin routine calls this routine ; which will evaluate the claim and perform one of three actions. ; 1) auto-process the claim to a subsequent payer. ; 2) auto-print a claim in case the payer does not want to receive secondary/tertiary claims electronically ; 3) put the claim on the new COB Management work list.  | 
|
| ENX | ||
| PUTONWL(IBIFN,IBREASON) | ; Put a claim on the worklist
 ; IBIFN - internal claim number ; IBREASON - reason why this is being put on the worklist (error code:text)  | 
|
| AUTOPRC(IBIFN,IBAP) | ; record that a claim was auto-processed IB*2.0*447
 ; IBIFN - internal claim number ; IBAP - 2 = AUTO LOCAL PRINT, 3 = AUTO EDI  | 
|
| FORCEPRT(IBIFN) | ; set force to local print flag in claim
 ; IBIFN - internal claim number  | 
|
| IBREG() | ; Returns IEN (Internal Entry Number) from file #200 for
 ; the Bill Authorizer of acceptable regular (non MRA) secondary claims, ; namely, AUTHORIZER,IB REG  | 
| FileNo | Call Tags | 
|---|---|
| ^VA(200 - [#200] | Classic Fileman Calls | 
| ^XMB(3.8 - [#3.8] | Classic Fileman Calls | 
| ^DGCR(399 - [#399] | Classic Fileman Calls |