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

GMRGX1PR.m

Go to the documentation of this file.
  1. GMRGX1PR ;HIRMFO/RM-PREINIT FOR PATCH GMRG*3*1 ;5/3/96
  1. ;;3.0;Text Generator;**1**;Jan 24, 1996
  1. ; This routine will do the following:
  1. ; 1) Put four Nursing options out of order while patch is loading
  1. ;
  1. D OOS("Installing patch GMRG*3*1")
  1. Q
  1. OOS(NURMSG) ; options out-of-service
  1. ; NURMSG = text ==> option is put out-of-service
  1. ; NURMSG = null ==> option is back in service
  1. N NUROPT,NURX S NURX=1
  1. F S NUROPT=$T(OPTIONS+NURX) Q:$P(NUROPT,";",3)="" D
  1. .S NUROPT=$P(NUROPT,";",3),NURX=NURX+1
  1. .D OUT^XPDMENU(NUROPT,NURMSG)
  1. .Q
  1. Q
  1. OPTIONS ; options list
  1. ;;NURCPE-CARE
  1. ;;NURCPE-EVAL
  1. ;;NURCPP-CARE
  1. ;;NURCPP-EVAL
  1. ;;;
  1. Q