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

Package: Integrated Billing

Routine: IBCICMSP


Information

IBCICMSP ;DSI/JSR - ClaimsManager STATUS REPORT ;6-APR-2001

Source Information

Source file <IBCICMSP.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; this is the only entry point
PRINT ; prints data extracted
PRINT2 ; Print the totals by CM status at the end of the report
; esg - 5/22/01
PR2 ;
PRX ; Exit from the PRINT2 procedure
HEADER ; header for main report
HEADERX ;
HEAD2 ; only printed when insurance is a selected sort
DATA ; formats line item data - note claims with same edit error mnemonic
; may print mulitple times if the HFCA line item is an unique line
; with the same error type. The report prints the error mnemonic and
; the HCFA line # as it relates to IB.
COMM ; print CM user comments these comments are keyed by the user
LINE ; print report detail line
XIT ; one exit point
TOTALS ; Print totals - esg - 5/22/01

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: ?35,"N O D A T A F O U N D",!!
  • Line Location: PRINT+1
Function Call: WRITE
  • Prompt: ?35,"N O D A T A F O U N D",!!
  • Line Location: PRINT2+5
Function Call: WRITE
  • Prompt: @IOF,!,"ClaimsManager Status Report sort by "_RPTTYP(GROUPBY)_" for "
  • Line Location: HEADER+4
Function Call: WRITE
  • Prompt: $E(IBCIBEG,4,5)_"/"_$E(IBCIBEG,6,7)_"/"_$E(IBCIBEG,2,3)_" thru "_$E(IBCIEND,4,5)_"/"_$E(IBCIEND,6,7)_"/"_$E(IBCIEND,2,3)
  • Line Location: HEADER+5
Function Call: WRITE
  • Prompt: ?100,"Page :"_IBCIPGCT,!
  • Line Location: HEADER+6
Function Call: WRITE
  • Prompt: "Summary Report"
  • Line Location: HEADER+7
Function Call: WRITE
  • Prompt: "Detailed Report"
  • Line Location: HEADER+8
Function Call: WRITE
  • Prompt: ?100,"Run Date: "_IBCIRUN,!!
  • Line Location: HEADER+10
Function Call: WRITE
  • Prompt: ?8,"BILL NO.",?18,"PATIENT NAME",?44,"PID",?50," EVENT",?60,"BILLER",?68,"CODER",?76,"ASSIGN",?84,"ERROR CODES",?102,"TYPE",?108,"CHARGES",?116,"CM STATUS"
  • Line Location: HEADER+15
Function Call: WRITE
  • Prompt: ?8,"BILL NO.",?18,"PATIENT NAME",?44,"PID",?50," ENTER",?60,"BILLER",?68,"CODER",?76,"ASSIGN",?84,"ERROR CODES",?102,"TYPE",?108,"CHARGES",?116,"CM STATUS"
  • Line Location: HEADER+16
Function Call: WRITE
  • Prompt: !,X,!
  • Line Location: HEADER+17
Function Call: WRITE
  • Prompt: ?2,"INSURANCE: "_SORT4,!
  • Line Location: HEAD2+4
Function Call: WRITE
  • Prompt: !
  • Line Location: COMM+1
Function Call: WRITE
  • Prompt: ?10,$$CMTINFO^IBCIUT5(IBIFN),!
  • Line Location: COMM+4
Function Call: WRITE
  • Prompt: ?28,IBCITXT,!
  • Line Location: COMM+9
Function Call: WRITE
  • Prompt: !
  • Line Location: COMM+10
Function Call: WRITE
  • Prompt: ?8,IBCI1,?19,$E(NAME,1,23),?44,$E(IBCI2,6,9),?50,IBCIDT
  • Line Location: LINE+5
Function Call: WRITE
  • Prompt: ?60,$E(IBCI4,1,6),?68,$E(IBCI5,1,6),?76,$E(IBCI6,1,6),?84,IBCI10
  • Line Location: LINE+6
Function Call: WRITE
  • Prompt: ?102,IBCI7,?108,$J($FN(IBCI8,",",0),6),?116,IBCIX,!
  • Line Location: LINE+7
Function Call: WRITE
  • Prompt: !!?32,"ClaimsManager Bill Totals by ClaimsManager Status",!
  • Line Location: TOTALS+3
Function Call: WRITE
  • Prompt: !?22,$P(^IBA(351.91,CMSTS,0),U,1),?63,$J(IBCISCNT(1,CMSTS),6)
  • Line Location: TOTALS+10
Function Call: WRITE
  • Prompt: ?76,$J("$"_$FN(IBCISCNT(2,CMSTS),",",0),12)
  • Line Location: TOTALS+11
Function Call: WRITE
  • Prompt: !?62,"-------",?75,"-------------"
  • Line Location: TOTALS+16
Function Call: WRITE
  • Prompt: !?22,"GRAND TOTAL",?63,$J(IBCISCNT(1),6)
  • Line Location: TOTALS+17
Function Call: WRITE
  • Prompt: ?76,$J("$"_$FN(IBCISCNT(2),",",0),12)
  • Line Location: TOTALS+18
Info |  Source |  Entry Points |  Interaction Calls