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

Package: Clinical Reminders

Routine: PXRMXBSY


Information

PXRMXBSY ; SLC/PJH,PKR - Let the user know the computer is busy. ;02/11/2009

Source Information

Source file <PXRMXBSY.m>

Entry Points

Name Comments DBIA/ICR reference
ERROR ;Print Error message
NOTIFY(TEXT,SPINCNT) ;
SPIN(TEXT,SPINCNT) ;Move the spinner.
TASKMSG(TEXT,SPINCNT) ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"WARNING - REMINDER EVALUATION ERRORS; RESULTS MAY BE INCORRECT!"
  • Line Location: ERROR+2
Function Call: WRITE
  • Prompt: !,"Reminder: "_ERRNAME_" had a total of "_$G(^XTMP(PXRMXTMP,"ERROR",ERRNAME))_" evaluation errors."
  • Line Location: ERROR+5
Function Call: WRITE
  • Prompt: !!,"WARNING - REMINDER STATUS COULD NOT BE DETERMINED; RESULTS MAY BE INCORRECT!"
  • Line Location: ERROR+9
Function Call: WRITE
  • Prompt: !,"Reminder: "_ERRNAME_" had a total of "_$G(^XTMP(PXRMXTMP,"CNBD",ERRNAME))_" CNBD errors."
  • Line Location: ERROR+12
Function Call: WRITE
  • Prompt: !!,TEXT," "
  • Line Location: SPIN+2
Function Call: WRITE
  • Prompt: @IOBS,"|"
  • Line Location: SPIN+5
Function Call: WRITE
  • Prompt: @IOBS,"/"
  • Line Location: SPIN+6
Function Call: WRITE
  • Prompt: @IOBS,"-"
  • Line Location: SPIN+7
Function Call: WRITE
  • Prompt: @IOBS,"\"
  • Line Location: SPIN+8
Info |  Source |  Entry Points |  Interaction Calls