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

Package: Consult Request Tracking

Routine: GMRCPC


Information

GMRCPC ;SLC/DCM,dee,MA - List Manager Routine: Collect and display consults by service and status ;4/18/01 10:29

Source Information

Source file <GMRCPC.m>

Entry Points

Name Comments DBIA/ICR reference
EN ;GMRC List Manager Routine -- main entry point for GMRC PENDING CONSULTS
HDR ; -- header code
INIT ; -- init variables and list array
HELP ; -- help code
EXIT ; -- exit code
EXPND ; -- expand code
CWIDTH(GMRCCTRL) ;Prints a message about how wide the report is.
PWIDTH(GMRCCTRL) ;Prints a message about how wide the report is.
PRNTONLY(GMRCCTRL) ;Option to just send the report to a device.
PRNTQ ;Print Queued report from ^TMP global then kill off ^TMP & ^XTMP

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!
  • Line Location: HELP+1
Function Call: WRITE
  • Prompt: !!,"This print out is "_$$CWIDTH(GMRCCTRL)_" columns wide."
  • Line Location: PWIDTH+1
Function Call: WRITE
  • Prompt: ^TMP("GMRCR",$J,TMPNAME,INDEX,0),!
  • Line Location: PRNTQ+6
Info |  Source |  Entry Points |  Interaction Calls