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: IBFBWL

Package: Integrated Billing

Routine: IBFBWL


Information

IBFBWL ;ALB/PAW-IB BILLING Worklist ;30-SEP-2015

Source Information

Source file <IBFBWL.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; -- Main entry point for IB BILLING WORKLIST
EN2 ; -- Main entry point for IB NVC PRECERT WORKLIST
INIT ; Initialize variables for IB BILLING WORKLIST
INIT2 ; Initialize variables for IB NVC Precert Worklist
HDR ; Set header for IB BILLING Worklist
HDR2 ; Set header for IB NVC Precert Worklist
FILTER(FILTERS) ; Set up filters
; Sets an array of filters to determine which entries to include in display
; Input: None
; Output:
; Returns: 0 if the user entered '^' or timed out, 1 otherwise
; If Billing - FILTERS(0) = fee basis group (1=Facility Revenue, 2=RUR SC/SA, 3=Billing)^ 0 (all) 1 (selected) institutions ^ 0 (all) 1 (selected) patients ^ 1(First Party Copay) 2 (Third Party)
; If Precert - FILTERS(0) = fee basis group (1=insurance verification, 2=RUR)^ 0 (all) 1 (selected) institutions ^ 0 (all) 1 (selected) patients
; FILTERS(1) = inst ien ^ inst ien ^ etc...
; FILTERS(2) = pat ien ^ pat ien ^ etc...
ASKPAT(FILTERS)
ONEPAT(DIC,IEN,FIRST)
SHOWFILT(FILTERS)
LINKI ; View Patient Insurance (VP)
LINKCT ; Claims Tracking (CT)
EXPAND ; Expand Item (EE)
ACTIONS ; Worklist Action (WA)
HISTORY ; Worklist History (HI)
REFRESH ; Special Main Screen List Refresh
KILLGLB ; Kill Worklist Globals
CHKFILT ; Check Filters
HELP ; -- help code
EXIT ; -- exit code

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,*7,"There are no new cost recoverable invoices on file."
  • Line Location: INIT+4
Function Call: WRITE
  • Prompt: !!,*7,"There are no new authorizations on file."
  • Line Location: INIT2+4
Function Call: WRITE
  • Prompt: !
  • Line Location: FILTER+18
Function Call: WRITE
  • Prompt: !
  • Line Location: FILTER+29
Function Call: WRITE
  • Prompt: !
  • Line Location: FILTER+41
Function Call: WRITE
  • Prompt: !
  • Line Location: FILTER+49
Function Call: WRITE
  • Prompt: !
  • Line Location: FILTER+56
Function Call: WRITE
  • Prompt: !!!,"Type of Review: "
  • Line Location: SHOWFILT+9
Function Call: WRITE
  • Prompt: $S(IBY=1:"Facility Revenue",IBY=2:"RUR SC",IBY=3:"Billing",1:"")
  • Line Location: SHOWFILT+11
Function Call: WRITE
  • Prompt: " ("_$S(IBZ=1:"First Party Copay",1:"Third Party")_")"
  • Line Location: SHOWFILT+12
Function Call: WRITE
  • Prompt: !!!,"Pre-certification Department: "
  • Line Location: SHOWFILT+14
Function Call: WRITE
  • Prompt: $S(IBY=1:"Insurance Verification",IBY=2:"RUR",1:"")
  • Line Location: SHOWFILT+16
Function Call: WRITE
  • Prompt: !,"Show All Divisions or Selected Divisions: "
  • Line Location: SHOWFILT+18
Function Call: WRITE
  • Prompt: $S($G(VAUTD)=1:"All",1:"Selected")
  • Line Location: SHOWFILT+19
Function Call: WRITE
  • Prompt: !,"Divisions to Display: "
  • Line Location: SHOWFILT+23
Function Call: WRITE
  • Prompt: IBXX
  • Line Location: SHOWFILT+29
Function Call: WRITE
  • Prompt: ", "
  • Line Location: SHOWFILT+32
Function Call: WRITE
  • Prompt: !," ",IBXX
  • Line Location: SHOWFILT+34
Function Call: WRITE
  • Prompt: !,"All Patients or Selected Patients: "
  • Line Location: SHOWFILT+36
Function Call: WRITE
  • Prompt: $S($P(FILTERS(0),U,3)=0:"All",1:"Selected")
  • Line Location: SHOWFILT+37
Function Call: WRITE
  • Prompt: !,"Patients to Display: "
  • Line Location: SHOWFILT+40
Function Call: WRITE
  • Prompt: IBXX
  • Line Location: SHOWFILT+46
Function Call: WRITE
  • Prompt: ", "
  • Line Location: SHOWFILT+49
Function Call: WRITE
  • Prompt: !," ",IBXX
  • Line Location: SHOWFILT+51
Function Call: WRITE
  • Prompt: !," This action not available for IV queue."
  • Line Location: LINKCT+2
Function Call: WRITE
  • Prompt: !!
  • Line Location: LINKCT+26
Function Call: WRITE
  • Prompt: !!
  • Line Location: HELP+1

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^DPT - [#2] Classic Fileman Calls,  GET1^DIQ
^DIC(4 - [#4] GET1^DIQ
^DG(40.8 - [#40.8] GET1^DIQ
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call