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

Package: Enterprise Health Management Platform

Routine: HMPMONA


Information

HMPMONA ;ASMR/BL, eHMP monitor action prompts ;Sep 13, 2016 20:03:08

Source Information

Source file <HMPMONA.m>

Entry Points

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") = ""

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Invalid prompt default detected, cannot continue.",!
  • Line Location: PROMPT+9
Function Call: WRITE
  • Prompt: !
  • Line Location: PROMPT+19
Info |  Source |  Entry Points |  Interaction Calls