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

RTYAFIX.m

Go to the documentation of this file.
  1. RTYAFIX ;ALB/MLI - Set NOKILL node in OPTION file for RT ; 12/6/95 [12/6/95 4:30pm]
  1. ;;v 2.0;Record Tracking;**24**;10/22/91
  1. ;
  1. ; This routine will loop through all package namespaced RT options
  1. ; and set the NOKILL node of the option file to:
  1. ; RTAPL,RTDIV,RTFR,RTSYS
  1. ;
  1. ; This will cause KILL^XUSCLEAN to maintain (or NEW) these variables
  1. ; if the uers goes from RT to another application and back.
  1. ;
  1. EN ; start processing
  1. N I,J,X
  1. F I=1:1 S X=$P($T(TEXT+I),";;",2) Q:X="QUIT" D
  1. . S J=0
  1. . F S J=$O(^DIC(19,"B",X,J)) Q:'J D
  1. . . I '$D(^DIC(19,J,0)) Q
  1. . . S ^DIC(19,J,"NOKILL")="RTAPL,RTDIV,RTFR,RTSYS"
  1. . . W !,"Node set for option: ",X
  1. Q
  1. ;
  1. ;
  1. TEXT ; text lines holding menu option names
  1. ;;RT MAS-EXPED-MENU
  1. ;;RT MAS-FILE-CLERK-MENU
  1. ;;RT MAS-SUPER-MENU
  1. ;;RT OVERALL
  1. ;;RT PULL-MENU
  1. ;;RT RAD-FILE-CLERK-MENU
  1. ;;RT RAD-SUPER-MENU
  1. ;;RT TRANS-MENU
  1. ;;QUIT