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

GMPLY42.m

Go to the documentation of this file.
  1. GMPLY42 ;ISL/TC - Post-install for GMPL*2.0*42 ;05/21/14 07:26
  1. ;;2.0;Problem List;**42**;Aug 25,1994;Build 46
  1. ;
  1. PRE ; Pre-install subroutine
  1. ;Remove the old data dictionary for the PROBLEM File (#9000011)
  1. N DIU
  1. D BMES^XPDUTL(" Removing old Problem File data dictionary.")
  1. S DIU(0)=""
  1. S DIU=9000011
  1. D EN^DIU2
  1. D MES^XPDUTL(" Data dictionary for file #9000011 removed...")
  1. Q
  1. POST ; Post-install subroutine
  1. N GMPLTXT,I,GMPLOPT
  1. S GMPLTXT="This option has been disabled due to the Problem List SNOMED CT implementation."
  1. F I=1:1:4 D
  1. . S GMPLOPT=$S(I=1:"GMPL BUILD ENC FORM LIST",I=2:"GMPL USER LOOK-UP FILTER",I=3:"GMPL USER LOOK-UP DISPLAY",1:"GMPL USER LOOK-UP VOCABULARY")
  1. . D BMES^XPDUTL(" Disabling menu option "_GMPLOPT_".")
  1. . D OUT^XPDMENU(GMPLOPT,GMPLTXT)
  1. . Q
  1. Q