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

GMTSADH3.m

Go to the documentation of this file.
  1. GMTSADH3 ; SLC/JER,KER - Ad Hoc Summary Driver - Help ; 02/27/2002
  1. ;;2.7;Health Summary;**49**;Oct 20, 1995
  1. ;
  1. ; External References
  1. ; DBIA 10026 ^DIR
  1. ; DBIA 10102 DISP^XQORM1
  1. ;
  1. HELP ; Help at Select Additional or Existing COMPONENT(S): prompt
  1. N GMJ,GMTSTXT,HLP
  1. S HLP=$S(X="??":"HTX2",X="?":"HTX1",1:"") I $L(HLP) W ! F GMJ=1:1 S GMTSTXT=$T(@HLP+GMJ) Q:GMTSTXT["ZZZZ" W !,$P(GMTSTXT,";",3,99)
  1. I X="???" W !! D HELP2^GMTSUP1
  1. D REDISP
  1. Q
  1. REDISP ; Ask Whether or not to redisplay menu
  1. N I,DIR,X,Y S DIR(0)="Y",DIR("A")="Redisplay items",DIR("B")="YES" D ^DIR Q:'Y
  1. W @IOF D DISP^XQORM1 W !
  1. Q
  1. HTX1 ;;Help Text for "?"
  1. ;;NOTE: At this point, any selections made are added to the list of
  1. ;; previous selections. Any exceptions (-THIS, -THAT) DO NOT REMOVE
  1. ;; components from previous selections. Exceptions only apply to the
  1. ;; selections you are about to make.
  1. ;;
  1. ;;Select ONE or MORE items from the menu, separated by commas.
  1. ;;
  1. ;;Enter: ?? to see HELP for MULTIPLE SELECTION
  1. ;; ??? to see HELP for "^^"-jump
  1. ;;
  1. ;;ZZZZ
  1. HTX2 ;;Help Text for "??"
  1. ;;NOTE: At this point, any selections made are added to the list of
  1. ;; previous selections. Any exceptions (-THIS, -THAT) DO NOT REMOVE
  1. ;; components from previous selections. Exceptions only apply to the
  1. ;; selections you are about to make.
  1. ;;
  1. ;;Select ONE or MORE items from the menu, separated by commas.
  1. ;;
  1. ;;ALL items may be selected by typing "ALL".
  1. ;;
  1. ;;EXCEPTIONS may be entered by preceding them with a minus.
  1. ;; For example, "ALL,-THIS,-THAT" selects all but "THIS" and "THAT".
  1. ;;
  1. ;;NOTE: Menu items are ordered alphabetically by the Component NAME.
  1. ;; However, the displayed text is the Header Name which generally
  1. ;; is different from the Component Name. Component may be picked
  1. ;; by their abbreviation, Header Name or Component Name.
  1. ;;
  1. ;;ZZZZ