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

XU8P746.m

Go to the documentation of this file.
  1. XU8P746 ;OAK/JLG - POST ROUTINE FOR PATCH XU*8*746; Feb 12, 2021@14:15
  1. ;;8.0;KERNEL;**746**;Jul 10, 1995;Build 7
  1. ;Per VA Directive 6402, this routine should not be modified.
  1. Q
  1. ;
  1. POST ; POST routine
  1. D ADDOP
  1. Q
  1. ;
  1. ADDOP ; Add a new option under the XUSER SEC OFCR menu option.
  1. N XUA,XUB,XUC
  1. S XUA="XUSER SEC OFCR"
  1. S XUB="XUSER REMOTE"
  1. IF $$FIND1^DIC(19,,"X",XUA,,,),$$FIND1^DIC(19,,"X",XUB,,,) S XUC=$$ADD^XPDMENU(XUA,XUB,,)
  1. Q
  1. ;