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

Package: Scheduling

Routine: SDCWL


Information

SDCWL ;ALB/MLI - CLINIC WORKLOAD REPORT ; 18 APRIL 88

Source Information

Source file <SDCWL.m>

Entry Points

Name Comments DBIA/ICR reference
DT
1
2
ADD
RT
3
PN
5
ST
6
Q
SCAN ; -- scan ^SCE for date range

Interaction Calls

Name Line Occurrences
Function Call: READ
  • Formatting: !
  • Prompt: "Totals by (C)LINIC or (S)TOP CODE?: C//"
  • Variable: X
  • Timeout: DTIME
  • Line Location: 1+0
Function Call: WRITE
  • Prompt: !,"Type:",!?10,"'C' for CLINIC totals only, or",!?10,"'S' for STOP CODE and CLINIC totals",!
  • Condition for execution: X["?"
  • Line Location: 1+0
Function Call: WRITE
  • Prompt: X
  • Line Location: 1+0
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: 2+0
Function Call: WRITE
  • Prompt: !,"Enter Stop Code: "
  • Line Location: 2+0
Function Call: WRITE
  • Prompt:
  • Condition for execution: '$D(SDCL) "ALL//" R X:DTIME Q:(X="^")!'$T!(X="")
  • Line Location: 2+0
Function Call: WRITE
  • Prompt: !,"Enter a stop code or return when all stop codes have been entered"
  • Condition for execution: X["?"
  • Line Location: 2+0
Function Call: WRITE
  • Prompt: !,"Do you want to include add/edits"
  • Line Location: ADD+0
Function Call: WRITE
  • Prompt: !,"Answer 'Y'es to see add/edits entered through the ADD/EDIT STOP CODES option or",!,"'N'o to leave them out"
  • Condition for execution: %Y["?"
  • Line Location: ADD+0
Function Call: READ
  • Formatting: !
  • Prompt: "Brief or Expanded Report? E//"
  • Variable: X
  • Timeout: DTIME
  • Line Location: RT+1
Function Call: WRITE
  • Prompt: !,"Enter 'B'rief to see a comparison of data to previous year only",!,"or 'E'xpanded to see patient breakdown by clinic/stop code"
  • Condition for execution: X["?"
  • Line Location: RT+1
Function Call: WRITE
  • Prompt: X
  • Line Location: RT+1
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: 3+0
Function Call: WRITE
  • Prompt: !,"TYPE:",!?10,"'D' for report by individual clinic meeting",!?10,"'S' for report by month"
  • Condition for execution: X["?"
  • Line Location: 3+0
Function Call: WRITE
  • Prompt: X
  • Line Location: 3+0
Function Call: WRITE
  • Prompt: !,"Do you want to see patient names"
  • Line Location: PN+0
Function Call: WRITE
  • Prompt: "ANSWER 'Y'ES OR 'N'O"
  • Condition for execution: %Y["?"
  • Line Location: PN+0
Function Call: WRITE
  • Prompt: !,"Do you want to compare this data to the same period in the previous year"
  • Line Location: 5+0
Function Call: WRITE
  • Prompt: "ANSWER 'Y'ES OR 'N'O"
  • Condition for execution: %Y["?"
  • Line Location: 5+0
Function Call: WRITE
  • Prompt: !!,"Report will cover the period from: ",SDB1," through ",SDE1
  • Line Location: 5+1
Function Call: WRITE
  • Prompt: !,"Comparison will be done against the same period for the previous year"
  • Condition for execution: SDPRE
  • Line Location: 5+1
Function Call: WRITE
  • Prompt: !!
  • Line Location: 5+1
Function Call: WRITE
  • Prompt: !
  • Line Location: Q+0
Info |  Source |  Entry Points |  Interaction Calls