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

Package: Scheduling

Routine: SCRPV1


Information

SCRPV1 ; bp/djb - PCMM Inconsistency Rpt - Main ; 8/25/99 9:52am

Source Information

Source file <SCRPV1.m>

Entry Points

Name Comments DBIA/ICR reference
EN ;
TOP ;
EXIT ; Cleanup and Exit
RUN ;Gather the data and print the report.
DEVICE() ; Select output device.
ASKTM() ; Ask user to select teams.
; A = All Teams
; S = Select Teams
; Return: 0,A, or S.
GETTM ;Allow the user to select multiple teams.
ASKMODE() ; Which report type to run: BRIEF or DETAIL.
; B = Brief
; DP = Detailed by PATIENT
; DT = Detailed by TEAM
; Return: 0,B, or D.
IEN ;Call here to include the 404.43 IEN on the right side of the
MAIL(SCDUZ) ; Queue report as a MailMan Message.
MAILPOS ;Print POSITION error counts only.
MAILPT ;Print PATIENT error counts only.
SET(TXT) ;Build message array

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: "Please wait..."
  • Line Location: RUN+6
Function Call: WRITE
  • Prompt: !,"This report may take a long time to run."
  • Line Location: DEVICE+5
Function Call: WRITE
  • Prompt: !,"Queuing is recommended.",!
  • Line Location: DEVICE+6
Function Call: WRITE
  • Prompt: @IOF,!?COL,"PCMM INCONSISTENCY REPORT"
  • Line Location: ASKTM+10
Function Call: WRITE
  • Prompt: !,LINE
  • Line Location: ASKTM+11
Function Call: WRITE
  • Prompt: !!,"T E A M S"
  • Line Location: ASKTM+12
Function Call: WRITE
  • Prompt: !
  • Line Location: GETTM+9
Function Call: WRITE
  • Prompt: !!,"R E P O R T T Y P E"
  • Line Location: ASKMODE+8
Info |  Source |  Entry Points |  Interaction Calls