Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Caller Graph |  Entry Points |  Interaction Calls |  Local Variables  | All
Print Page as PDF
Routine: PXRRBUSY

Package: PCE Patient Care Encounter

Routine: PXRRBUSY


Information

PXRRBUSY ;ISL/PKR - For long interactive reports let the user know the computer is busy. ;9/18/96

Source Information

Source file <PXRRBUSY.m>

Caller Graph

Legends:

Legend of Colors

Package Component Superscript legend

action A extended action Ea event driver Ed subscriber Su protocol O limited protocol LP run routine RR broker B edit E server Se print P screenman SM inquire I

Caller Graph

Caller Graph Total: 8

Package Total Caller Graph
PCE Patient Care Encounter 8 PXRRECSE  PXRRFDSD  PXRRFDSE  PXRRPAPI  PXRRPASA  PXRRWLS2  PXRRWLSA  PXRRWLSE  

Entry Points

Name Comments DBIA/ICR reference
INIT(SPINCNT) ;Initialize the busy display components.
DONE(DTEXT) ;Write out the done message.
SPIN(SPINTEXT,SPINCNT) ;Move the spinner.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOBS,DTEXT,!
  • Line Location: DONE+1
Function Call: WRITE
  • Prompt: !!,SPINTEXT," "
  • 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

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
DTEXT DONE~, DONE+1
>> IOBS DONE+1, SPIN+5, SPIN+6, SPIN+7, SPIN+8
QUAD SPIN+1~, SPIN+4*, SPIN+5, SPIN+6, SPIN+7, SPIN+8
SPINCNT INIT~, INIT+1*, SPIN~, SPIN+2, SPIN+3*, SPIN+4
SPINTEXT SPIN~, SPIN+2
Info |  Source |  Caller Graph |  Entry Points |  Interaction Calls |  Local Variables  | All