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

PSO7P359.m

Go to the documentation of this file.
  1. PSO7P359 ;BIRM/BNT - Post-intall for PSO*7*359 ;02/16/11
  1. ;;7.0;OUTPATIENT PHARMACY;**359**;DEC 1997;Build 27
  1. ;;Per VHA Directive 2004-038, this routine should not be modified.
  1. ;
  1. Q
  1. ;
  1. ;
  1. POST ; Entry Point for post-install
  1. D MES^XPDUTL(" Starting post-install of PSO*7*359")
  1. N PSORDHM,PSOHA1,XQORM,I
  1. ; Remove ^XUTL entry for hidden action menu protocols
  1. ; Get the IEN for the PSO REJECT DISPLAY HIDDEN MENU
  1. S PSORDHM=$O(^ORD(101,"B","PSO REJECT DISPLAY HIDDEN MENU",0))
  1. ; Get the IEN for the PSO HIDDEN ACTIONS #1
  1. S PSOHA1=$O(^ORD(101,"B","PSO HIDDEN ACTIONS #1",0))
  1. ;
  1. F I=PSORDHM,PSOHA1 S XQORM=I_";ORD(101," I $D(^XUTL("XQORM",XQORM)) D
  1. . D MES^XPDUTL(" Removing cached hidden menu for "_$P(^ORD(101,I,0),U,1))
  1. . K ^XUTL("XQORM",XQORM)
  1. ;
  1. D MES^XPDUTL(" Finished post-install of PSO*7*359")
  1. Q