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

Package: Integrated Billing

Routine: IBTUBV


Information

IBTUBV ;ALB/AAS - UNBILLED AMOUNTS - VIEW UNBILLED DATA ;29-SEP-94

Source Information

Source file <IBTUBV.m>

Entry Points

Name Comments DBIA/ICR reference
END
DQ ; - Entry point when queued.
OLDV(X) ; - Print old version of report if no '1' node of file #356.19 entry.
OLDVQ
HDR ; - Output header.
HDRQ
MYR(X) ; - Format month/year (MM/YY).

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"View unbilled amounts",!
  • Line Location: IBTUBV+6
Function Call: WRITE
  • Prompt: !
  • Line Location: END+0
Function Call: WRITE
  • Prompt: !!,"No Unbilled Amount information found."
  • Line Location: DQ+43
Function Call: WRITE
  • Prompt: !!?11,"Inpatient Care: ",$$MYR(X)
  • Line Location: OLDV+3
Function Call: WRITE
  • Prompt: !?3,"Number of Unbilled Inpt. Cases: ",$J($P(ND,U,12),11)
  • Line Location: OLDV+4
Function Call: WRITE
  • Prompt: !?8,"Average Inpt. Bill Amount: ",$J($P(ND,U,13),11,2)
  • Line Location: OLDV+5
Function Call: WRITE
  • Prompt: !?9,"Total Inpatient Unbilled: ",$J($P(ND,U,12)*$P(ND,U,13),11,2)
  • Line Location: OLDV+6
Function Call: WRITE
  • Prompt: !!?11,"Outpatient Care: ",$$MYR(X)
  • Line Location: OLDV+9
Function Call: WRITE
  • Prompt: !?3,"Number of Unbilled Opt. Cases: ",$J($P(ND,U,14),11)
  • Line Location: OLDV+10
Function Call: WRITE
  • Prompt: !?9,"Average Opt. Bill Amount: ",$J($P(ND,U,15),11,2)
  • Line Location: OLDV+11
Function Call: WRITE
  • Prompt: !?8,"Total Outpatient Unbilled: ",$J($P(ND,U,14)*$P(ND,U,15),11,2)
  • Line Location: OLDV+12
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: HDR+2
Function Call: WRITE
  • Prompt: !,"Unbilled Amounts Report",?(IOM-33),"Page ",IBPAG," ",IBHDT
  • Line Location: HDR+4
Function Call: WRITE
  • Prompt: !,$TR($J(" ",IOM)," ","-")
  • Line Location: HDR+5
Function Call: WRITE
  • Prompt: !!,"...task stopped at user request"
  • Line Location: HDR+7
Info |  Source |  Entry Points |  Interaction Calls