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

Package: Integrated Billing

Routine: IBORT


Information

IBORT ;ALB/MRL,SGD - MAS BILLING TOTALS REPORT ;25 MAY 88 09:10

Source Information

Source file <IBORT.m>

Entry Points

Name Comments DBIA/ICR reference
SELECT ; chose the date type to select by
DATE
DATE1
BEGIN ;
Q
WRITE
HEAD
HELP ; help for date type selection

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: *7," ??",!,"Date must be in the past."
  • Line Location: DATE+0
Function Call: READ
  • Formatting: !
  • Prompt: "Go to DATE: "
  • Variable: X
  • Timeout: DTIME
  • Line Location: DATE1+0
Function Call: WRITE
  • Prompt: *7," ??",!,"ENDING DATE must follow BEGINNING DATE."
  • Line Location: DATE1+0
Function Call: WRITE
  • Prompt: *7," ??",!,"Date must be in the past."
  • Line Location: DATE1+1
Function Call: WRITE
  • Prompt: !!,*7,"*** Margin width of this output is 132 ***"
  • Line Location: DATE1+3
Function Call: WRITE
  • Prompt: !,IBNEX
  • Line Location: BEGIN+9
Function Call: WRITE
  • Prompt: !,IBL,!,"TOTALS"
  • Line Location: BEGIN+10
Function Call: WRITE
  • Prompt: !,IBNEX
  • Line Location: BEGIN+11
Function Call: WRITE
  • Prompt: !,IBL,!,"PENDING TOTALS"
  • Line Location: BEGIN+12
Function Call: WRITE
  • Prompt: ?IBTAB,$J(IBN1,5)
  • Line Location: WRITE+0
Function Call: WRITE
  • Prompt: ?(IBTAB+7),$J(X,15)
  • Line Location: WRITE+0
Function Call: WRITE
  • Prompt: !,@IOF,!
  • Line Location: HEAD+0
Function Call: WRITE
  • Prompt: ?94,"Date/Time Printed: ",Y,!!,$S(IBB:"Billing Summary Report ",1:"Summary of Pending Bill Authorizations "),IBHD," (by "_$S(IBDTP="EVENT":"Event Date)",1:"Date Billed)")
  • Line Location: HEAD+0
Function Call: WRITE
  • Prompt: !,IBL,!
  • Line Location: HEAD+1
Function Call: WRITE
  • Prompt: ?39,"INITIATED",?55,"|",?65,"PENDING",?80,"|",?89,"PRINTED",?105,"|",?114,"CANCELLED",?130,"|"
  • Line Location: HEAD+2
Function Call: WRITE
  • Prompt: ?38,"TOTAL PENDING",?55,"|",?64,"NO ACTION",?80,"|",?89,"REVIEWED",?105,"|",?114,"AUTHORIZED",?130,"|"
  • Line Location: HEAD+3
Function Call: WRITE
  • Prompt: !,"BILL TYPE"
  • Line Location: HEAD+4
Function Call: WRITE
  • Prompt: ?IBTAB,"Number Dollars|"
  • Line Location: HEAD+4
Function Call: WRITE
  • Prompt: !,IBL1
  • Line Location: HEAD+5
Function Call: WRITE
  • Prompt: !!,"EVENT DATE is the date beginning the bill's episode of care"
  • Line Location: HELP+1
Function Call: WRITE
  • Prompt: !!,"BILL DATE is the date the bill was initially printed"
  • Line Location: HELP+2
Info |  Source |  Entry Points |  Interaction Calls