HMPMONSH ;ASMR/BL, synch process help ;Sep 13, 2016 20:03:08
;;2.0;ENTERPRISE HEALTH MANAGEMENT PLATFORM;**2,3**;April 14,2016;Build 15
;Per VA Directive 6402, this routine should not be modified.
;
Q ; no entry from top
;DE6644 - routine refactored, 7 September 2016
;
SYNCHELP ; show extended ?? help for synch-process-action prompt
W !!,"The available actions at eHMP Monitor Synch Process screen are:"
W !,"BM = Back to Monitor, to return to Monitor's main screen."
W !," "
W !,"Placeholders for future development include:"
W !," "
W !,"US = Update Synch Process Screen, to refresh the screen. This is the"
W !," default action at this prompt, which auto-updates frequently."
W !,"ES = Examine Synch Process, to select an active or parked synch"
W !," process and examine its status information."
W !,"PS = Park Synch Process, to select and examine an active synch"
W !," process, and confirm selection to place it in a parked state."
W !,"RS = Restart Synch Process, to select and examine a parked or"
W !," stalled synch process, confirm selection, and restart it."
Q
;
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HHMPMONSH 1137 printed Dec 13, 2024@01:54:23 Page 2
HMPMONSH ;ASMR/BL, synch process help ;Sep 13, 2016 20:03:08
+1 ;;2.0;ENTERPRISE HEALTH MANAGEMENT PLATFORM;**2,3**;April 14,2016;Build 15
+2 ;Per VA Directive 6402, this routine should not be modified.
+3 ;
+4 ; no entry from top
QUIT
+5 ;DE6644 - routine refactored, 7 September 2016
+6 ;
SYNCHELP ; show extended ?? help for synch-process-action prompt
+1 WRITE !!,"The available actions at eHMP Monitor Synch Process screen are:"
+2 WRITE !,"BM = Back to Monitor, to return to Monitor's main screen."
+3 WRITE !," "
+4 WRITE !,"Placeholders for future development include:"
+5 WRITE !," "
+6 WRITE !,"US = Update Synch Process Screen, to refresh the screen. This is the"
+7 WRITE !," default action at this prompt, which auto-updates frequently."
+8 WRITE !,"ES = Examine Synch Process, to select an active or parked synch"
+9 WRITE !," process and examine its status information."
+10 WRITE !,"PS = Park Synch Process, to select and examine an active synch"
+11 WRITE !," process, and confirm selection to place it in a parked state."
+12 WRITE !,"RS = Restart Synch Process, to select and examine a parked or"
+13 WRITE !," stalled synch process, confirm selection, and restart it."
+14 QUIT
+15 ;