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

Package: Enterprise Health Management Platform

Routine: HMPMONV


Information

HMPMONV ;ASMR/BL, view eHMP storage nodes ;Sep 24, 2016 03:07:36

Source Information

Source file <HMPMONV.m>

Entry Points

Name Comments DBIA/ICR reference
V ; action, view eHMP temporary storage nodes
VIEWXTMP ; view ^XTMP("HMP*") nodes, ^XTMP("HMP") is skipped
VIEWTMP ; view ^TMP("HMP*",$J) nodes
VIEWTMPJ ; view ^TMP($job,"HMP*") nodes
VSHWNDS(NODE) ; display nodes for an eHMP global node
; input:
; NODE = $NAME value of global node, e.g., ^XTMP("HMPSTUFF")

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,$$HDR^HMPMONL("eHMP storage nodes"),!
  • Line Location: V+3
Function Call: WRITE
  • Prompt: !
  • Line Location: VIEWXTMP+1
Function Call: WRITE
  • Prompt: !,"No ^XTMP('HMP*') nodes found.",!
  • Line Location: VIEWXTMP+7
Function Call: WRITE
  • Prompt: !
  • Line Location: VIEWTMP+3
Function Call: WRITE
  • Prompt: !,"No ^TMP('HMP*',$JOB) nodes found.",!
  • Line Location: VIEWTMP+10
Function Call: WRITE
  • Prompt: !
  • Line Location: VIEWTMPJ+1
Function Call: WRITE
  • Prompt: !,"No ^TMP($JOB,'HMP*') nodes found.",!
  • Line Location: VIEWTMPJ+11
Function Call: WRITE
  • Prompt: !,"> "_NODE
  • Line Location: VSHWNDS+5
Function Call: WRITE
  • Prompt: !,LN,!
  • Line Location: VSHWNDS+8
Info |  Source |  Entry Points |  Interaction Calls