Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: HMPMONDH

HMPMONDH.m

Go to the documentation of this file.
  1. HMPMONDH ;ASMR/BL, monitor prompt help ;Sep 13, 2016 20:03:08
  1. ;;2.0;ENTERPRISE HEALTH MANAGEMENT PLATFORM;**2,3**;April 14,2016;Build 15
  1. ;Per VA Directive 6402, this routine should not be modified.
  1. ;
  1. Q ; no entry from top
  1. ;DE6644 - routine refactored, 7 September 2016
  1. ;
  1. MONHELP ; reader ? help for main monitor screen
  1. ; called by ^DIR calls invoked by PROMPT^HMPMON
  1. ;
  1. W !!,"The available actions at the eHMP monitors's main screen include:",!
  1. W !,"U = Update Monitor, to refresh the main screen. This is the"
  1. W !," default action at this prompt. It updates the screen based on the"
  1. W !," auto-update rate (see below)."
  1. W !,"V = View HMP Nodes, to inspect eHMP data nodes"
  1. W !," stored in the ^XTMP or ^TMP globals."
  1. W !,"J = Job Listing, to inspect the polling jobs and extract batches."
  1. W !,"S = Synch Processes, to switch to the Synch Process Screen."
  1. W !,"E = Errors, to switch to the Errors Screen."
  1. W !,"H = History, to switch to the History Screen (not yet implemented)."
  1. W !,"C = Change Auto-update Rate, to change the frequency with which"
  1. W !," the monitor screens refresh."
  1. W !,"L = Log, look up an HMP EVENT log entry."
  1. W !,"M = Monitor a Different SERVER, to change which server in the"
  1. W !," HMP Subscription file (800000) is displayed in the monitor."
  1. W !,"Q = Quit, in any screen, will exit the monitor.",!
  1. D RTRN2CON^HMPMONL
  1. Q
  1. ;