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 |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: IBCEOB21

Package: Integrated Billing

Routine: IBCEOB21


Information

IBCEOB21 ;ALB/TMP - EOB MAINTENANCE ACTIONS ;18-FEB-99

Source Information

Source file <IBCEOB21.m>

Entry Points

Name Comments DBIA/ICR reference
EDIT ; Edit a previously entered manual EOB
EDITQ
DELETE ; Delete a previously entered manual EOB
DELQ
NEW ; Add a manual EOB for the current COB sequence for the claim
NEWQ
VIEW ; View an MRA
VLOOP ; Multiple MRA's on file. Allow user to select the MRA to view
VIEWQ ;
AMTCHG(DA) ; Function to determine if amt on EOB can be modified
; DA = ien of EOB entry (file 361.1)
; Function returns 1 if OK to change, 0 if the next bill in COB
; sequence has already been sent or the bill has been closed.
AMTQ
SEL(IBDA,ONE) ; Select entry(s) from list
; IBDA = array returned if selections made
; ONE = if set to 1, only one selection can be made at a time
CHANGE ; Select another bill to display

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,*7,"Cannot edit an EOB that was not entered manually!!"
  • Line Location: EDIT+9
Function Call: WRITE
  • Prompt: !,*7,"Can only edit an EOB for the current insurance sequence"
  • Line Location: EDIT+13
Function Call: WRITE
  • Prompt: !,*7,"Cannot delete an EOB that was not entered manually!!"
  • Line Location: DELETE+9
Function Call: WRITE
  • Prompt: !,*7,"Cannot only edit an EOB for the current insurance sequence"
  • Line Location: DELETE+13
Function Call: WRITE
  • Prompt: !!,IBE,!
  • Line Location: DELETE+16
Function Call: WRITE
  • Prompt: !!,"EOB Deleted!!",!
  • Line Location: DELETE+21
Function Call: WRITE
  • Prompt: !
  • Line Location: NEW+12
Function Call: WRITE
  • Prompt: !
  • Line Location: NEW+17
Function Call: WRITE
  • Prompt: !
  • Line Location: NEW+17
Function Call: WRITE
  • Prompt: !,"EOB added",!
  • Line Location: NEW+19
Function Call: WRITE
  • Prompt: !!,"EOB Date/Time needed, not entered"
  • Line Location: NEW+23
Function Call: WRITE
  • Prompt: !,"No EOB added!!",!
  • Line Location: NEW+24
Function Call: WRITE
  • Prompt: !!?5,"There is no electronic EOB for this claim."
  • Line Location: VIEW+11

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^IBM(361.1 - [#361.1] Classic Fileman Calls
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call