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

GMTSPOS1.m

Go to the documentation of this file.
  1. GMTSPOS1 ;SLC/SBW - Smart routine installer and Comp. Disabler ;22/MAR/95
  1. ;;2.7;Health Summary;**129**;Oct 20, 1995;Build 8
  1. ;Per VHA Directive 2004-038, this routine should not be modified
  1. PSO ; Controls Outpatient Pharmacy install
  1. N GMPSOVER
  1. ;If Health Summary is absent, then quit
  1. I '$L($T(^PSOHCSUM)) Q
  1. S GMPSOVER=$$VERSION^XPDUTL("PSO")
  1. D PSOINST(GMPSOVER)
  1. Q
  1. PSOINST(VERSION) ; Install routine corresponding to HS version in
  1. ; target account
  1. ; If the patch is already installed, then quit w/o overwriting
  1. N DIE,DIF,GMMSG,X,XCN,XCNP
  1. I VERSION'<6.0 Q
  1. W !,"** Installing GMTSPSO routine for Outpatient Pharmacy component. **"
  1. W !," Outpatient Pharmacy version ",VERSION," is installed in this account.",!
  1. S X="GMTSPSZO",XCNP=0,DIF="^UTILITY(""GMTSPSZO""," X ^%ZOSF("LOAD") W !,"Renaming GMTSPSZO as GMTSPSO."
  1. S X="GMTSPSO",XCN=2,DIE="^UTILITY(""GMTSPSZO""," X ^%ZOSF("SAVE") K ^UTILITY("GMTSPSZO") W " Done.",!
  1. Q
  1. ;******************************************************
  1. ; Entry points for SOWK & SOWKINST removed with patch GMTS*2.7*129
  1. ;******************************************************
  1. MED ; Controls Medicine 2.0 install and disable 2.2 components
  1. N X,GMMSG
  1. ;Checks conditions for auto-disable of Medicine 2.2 components
  1. I $$VERSION^XPDUTL("MC")<2.2 D
  1. . S GMMSG="Medicine 2.2 Package not yet installed or available"
  1. . F X="MEDICINE ABNORMAL BRIEF","MEDICINE BRIEF REPORT","MEDICINE FULL CAPTIONED","MEDICINE FULL REPORT" D DISABLE^GMTSPOST
  1. . ;If Medicine 2.2 not installed, restore 2.0 medicine routines
  1. . W !,"** Installing GMTSMCPS routine for Medicine 2.0 component. **"
  1. . D MED2INST
  1. I $$VERSION^XPDUTL("MC")>2.19 D M22INST
  1. Q
  1. MED2INST ; Install GMTSMCPS routine for med 2.0
  1. N DIE,DIF,GMMSG,X,XCN,XCNP
  1. S X="GMTSMCPZ",XCNP=0,DIF="^UTILITY(""GMTSMCPZ""," X ^%ZOSF("LOAD") W !,"Renaming GMTSMCPZ as GMTSMCPS."
  1. S X="GMTSMCPS",XCN=2,DIE="^UTILITY(""GMTSMCPZ""," X ^%ZOSF("SAVE") K ^UTILITY("GMTSMCPZ") W " Done.",!
  1. Q
  1. M22INST ; Install GMTSMCPS routine for med 2.2
  1. W !,"** Installing GMTSMCPS routine for Medicine 2.2 components. **"
  1. N DIE,DIF,GMMSG,X,XCN,XCNP
  1. S X="GMTSMCZZ",XCNP=0,DIF="^UTILITY(""GMTSMCZZ""," X ^%ZOSF("LOAD") W !,"Renaming GMTSMCZZ as GMTSMCPS."
  1. S X="GMTSMCPS",XCN=2,DIE="^UTILITY(""GMTSMCZZ""," X ^%ZOSF("SAVE") K ^UTILITY("GMTSMCZZ") W " Done.",!
  1. Q
  1. ;******************************************************
  1. PL ; Controls Problem List 2.0 install
  1. ; Checks conditions for auto-disable of Problem List components
  1. N X,GMMSG
  1. I $$VERSION^XPDUTL("GMPL")<2 D
  1. . S GMMSG="Problem List 2.0 Package not yet installed or available"
  1. . F X="PROBLEM LIST ACTIVE","PROBLEM LIST INACTIVE","PROBLEM LIST ALL" D DISABLE^GMTSPOST
  1. I $$VERSION^XPDUTL("GMPL")>1.99 D
  1. . W !,"** Installing GMPLHS routine for Problem List components. **"
  1. . D PLINST
  1. Q
  1. PLINST ; Install GMPLHS routine
  1. N DIE,DIF,GMMSG,X,XCN,XCNP
  1. W !,"Renaming GMTSPLSZ as GMPLHS."
  1. S X="GMTSPLSZ",XCNP=0,DIF="^UTILITY(""GMTSPLSZ""," X ^%ZOSF("LOAD") W "."
  1. S X="GMPLHS",XCN=2,DIE="^UTILITY(""GMTSPLSZ""," X ^%ZOSF("SAVE") K ^UTILITY("GMTSPLSZ") W " Done."
  1. Q