HMPMONA ;ASMR/BL, eHMP monitor action prompts ;Sep 13, 2016 20:03:08
Source file <HMPMONA.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| PROMPT(HMPACT,HMPROMPT) | ; issues the action prompts throughout the eHMP Monitor
 ; Invoked by OPTION^HMPMON ; input: ; HMPROMPT = MNTR or ERR or HIST or SYNC, default to MNTR ; output: ; HMPACT - user-selected prompt, passed by reference  | 
|
| CODES(HMPROMPT) | ; prompt's set of codes to be used in ^DIR
 ; called by: ; PROMPT ; calls: ; $$PROMPTS^HMPMON = Monitor's main prompts ; $T(@(HMPROMPT_"CODE")^HMPMON) ; prompt record's header line ; $$CODE = code definition ; input: ; HMPROMPT = MNTR or ERR or HIST or SYNC, default to MNTR ; output = set-of-codes definition for prompt ; examples: ; $$CODES = "SB^U:Update;V:View HMP Nodes;S:Sync Processes;E:E..." ; $$CODES("HIST") = "SB^UH:Update History;EH:Examine History;M..." ; $$CODES("NONSENSE") = ""  | 
| Name | Line Occurrences | 
|---|---|
| Function Call: WRITE | 
  | 
| Function Call: WRITE | 
  |