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

Package: Integrated Billing

Routine: IBJDB2


Information

IBJDB2 ;ALB/RB - REASONS NOT BILLABLE REPORT (INPUT);19-JUN-00

Source Information

Source file <IBJDB2.m>

Entry Points

Name Comments DBIA/ICR reference
GDR ; - Get specific date range.
DS ; - Select a detailed or summary report.
SEL ; - Select episode to print.
RPS ; - Sort by RNB category/specialty/provider, if necessary.
EXCEL ; - Determine whether to gather data for Excel report.
DEV ; - Select a device.
DQ ; - Tasked entry point.
ENQ
ENQ1
HELP1 ; - 'Run report by (D)ATE ENTERED...' prompt.
HELP2 ; - 'Sort report by (R)NB CATEGORY...' prompt.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Run report for (D)ATE ENTERED or (E)PISODE DATE: D// "
  • Line Location: GDR+1
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: GDR+2
Function Call: WRITE
  • Prompt: " ",IBD
  • Line Location: GDR+4
Function Call: WRITE
  • Prompt: !!,"Sort report by (R)NB CATEGORY, (P)ROVIDER, or (S)PECIALTY: R// "
  • Line Location: RPS+2
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: RPS+3
Function Call: WRITE
  • Prompt: " ",$S("Pp"[X:"PROVIDER","Ss"[X:"SPECIALTY",1:"RNB CATEGORY")
  • Line Location: RPS+5
Function Call: WRITE
  • Prompt: !!,"You will need a ",X," column printer for this report!",!
  • Line Location: DEV+3
Function Call: WRITE
  • Prompt: !,"Note: This report may take a while to run. You should queue it"
  • Line Location: DEV+4
Function Call: WRITE
  • Prompt: !," to run after normal business hours.",!
  • Line Location: DEV+5
Function Call: WRITE
  • Prompt: !!,"This job has been queued. Task number is "_ZTSK_"."
  • Line Location: DEV+14
Function Call: WRITE
  • Prompt: !!,"Unable to queue this job."
  • Line Location: DEV+15
Function Call: WRITE
  • Prompt: !!?6,"Enter: '<CR>' - To enter a DATE ENTERED range for the report"
  • Line Location: HELP1+1
Function Call: WRITE
  • Prompt: !?16,"'E' - To enter a EPISODE DATE range for the report"
  • Line Location: HELP1+2
Function Call: WRITE
  • Prompt: !?16,"'^' - To quit this option"
  • Line Location: HELP1+3
Function Call: WRITE
  • Prompt: !!?6,"Enter: '<CR>' - To sort detail report by RNB category"
  • Line Location: HELP2+1
Function Call: WRITE
  • Prompt: !?16,"'P' - To sort detail report by provider"
  • Line Location: HELP2+2
Function Call: WRITE
  • Prompt: !?16,"'S' - To sort detail report by specialty"
  • Line Location: HELP2+3
Function Call: WRITE
  • Prompt: !?16,"'^' - To quit this option"
  • Line Location: HELP2+4
Info |  Source |  Entry Points |  Interaction Calls