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 |  Interaction Calls
Print Page as PDF
Routine: IBCCCB

Package: Integrated Billing

Routine: IBCCCB


Information

IBCCCB ;ALB/ARH - COPY BILL FOR COB ;2/13/06 10:46am

Source Information

Source file <IBCCCB.m>

Entry Points

Name Comments DBIA/ICR reference
ASK ;
CHKB ; Entrypoint-COB processing via EDI's COB Mgmt
; Ask if final EOB was received for previous bill
CHKB1 ; Entry point for Automatic/Silent COB Processing.
; No writes or reads can occur from this point forward if variable
; IBSILENT=1. Any and all error messages should be processed with
; the ERROR procedure below.
NEXTP ; If current bill=MEDICARE WNR and valid 'next payer', use same
; bill for new payer
; If next valid 'payer' is ins co or MEDICARE WNR, create new bill
SKIP ; Jump here if skipping over the preceeding reads
END ;
ASK1 ; If entering thru EDI COB processing, don't ask for new bill, quit
ERROR ; Display/Save error message
EXIT
KVAR
DSPRB(IBIFN) ; display related bills
CTCOPY(IBIFN,IBMRA) ; based on the type of bill, copy without cancelling
; IBMRA = 1 if an MRA bill and copy for prof components is desired
PCERR ; Display/pause error message for interaction - *690

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!?4,"This bill appears on the CBW Management Work List. Please use the"
  • Line Location: ASK+10
Function Call: WRITE
  • Prompt: !?4,"'CBW Management Menu' options for all processing related to this bill."
  • Line Location: ASK+11
Function Call: WRITE
  • Prompt: !!?4,"This bill is in a status of REQUEST MRA and it has No MRA EOB's"
  • Line Location: ASK+17
Function Call: WRITE
  • Prompt: !?4,"on file. Access to this bill is restricted."
  • Line Location: ASK+18
Function Call: WRITE
  • Prompt: !!?4,"This bill is in a status of REQUEST MRA and it does appear on the"
  • Line Location: ASK+22
Function Call: WRITE
  • Prompt: !?4,"MRA Management Work List. Please use the 'MRA Management Menu' options"
  • Line Location: ASK+23
Function Call: WRITE
  • Prompt: !?4,"for all processing related to this bill."
  • Line Location: ASK+24
Function Call: WRITE
  • Prompt: !!?4,"This bill is in a status of ENTERED/NOT REVIEWED and current payer is "
  • Line Location: ASK+30
Function Call: WRITE
  • Prompt: !?4,"MEDICARE (WNR). No MRA has been requested for this bill."
  • Line Location: ASK+31
Function Call: WRITE
  • Prompt: !!
  • Line Location: NEXTP+31
Function Call: WRITE
  • Prompt: !
  • Line Location: NEXTP+36
Function Call: WRITE
  • Prompt: !,IBER,!
  • Line Location: ERROR+1
Function Call: WRITE
  • Prompt: !,IBER
  • Line Location: PCERR+1
Info |  Source |  Entry Points |  Interaction Calls