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

BGP7P2.m

Go to the documentation of this file.
  1. BGP7P2 ; IHS/CMI/LAB - NO DESCRIPTION PROVIDED 28 Jan 2005 1:34 PM ;
  1. ;;7.0;IHS CLINICAL REPORTING;**2**;JAN 24, 2007
  1. ;
  1. ;
  1. ;SEND OUT BGP TAXONOMIES
  1. ; The following line prevents the "Disable Options..." and "Move
  1. ; Routines..." questions from being asked during the install.
  1. I $G(XPDENV)=1 S (XPDDIQ("XPZ1"),XPDDIQ("XPZ2"))=0
  1. F X="XPO1","XPZ1","XPZ2","XPI1" S XPDDIQ(X)=0
  1. ;I $$VERSION^XPDUTL("ACPT")'="2.07" S BGPSTAL="ACPT",BGPV="2.07" D IMEV,SORRY(2) Q
  1. ;I $$VERSION^XPDUTL("BGP")'="7.0" S BGPSTAL="BGP",BGPV="7.0" D IMEV,SORRY(2) Q
  1. I '$$INSTALLD("BGP*7.0*1") D SORRY(2)
  1. Q
  1. ;
  1. PRE ;EP
  1. Q
  1. POST ;EP - called from kids build
  1. OPT ;add new options
  1. NEW X
  1. S X=$$ADD^XPDMENU("BGP 07 MENU NATIONAL","BGP 07 NGR FOR GPRA YR 2008","GP8")
  1. I 'X W "Attempt to add National GPRA report for GPRA year 2008 option failed.." H 3
  1. S X=$$ADD^XPDMENU("BGP 07 AREA MENU","BGP 07 AREA AGP GPRA YR 2008","AGP8")
  1. I 'X W "Attempt to add Area GPRA Report for 2008 report option failed.." H 3
  1. Q
  1. INSTALLD(BGPSTAL) ;EP - Determine if patch BGPSTAL was installed, where
  1. ; BGPSTAL is the name of the INSTALL. E.g "AG*6.0*11".
  1. ;
  1. NEW BGPY,DIC,X,Y
  1. S X=$P(BGPSTAL,"*",1)
  1. S DIC="^DIC(9.4,",DIC(0)="FM",D="C"
  1. D IX^DIC
  1. I Y<1 D IMES Q 0
  1. S DIC=DIC_+Y_",22,",X=$P(BGPSTAL,"*",2)
  1. D ^DIC
  1. I Y<1 D IMES Q 0
  1. S DIC=DIC_+Y_",""PAH"",",X=$P(BGPSTAL,"*",3)
  1. D ^DIC
  1. S BGPY=Y
  1. D IMES
  1. Q $S(BGPY<1:0,1:1)
  1. IMES ;
  1. D MES^XPDUTL($$CJ^XLFSTR("Patch """_BGPSTAL_""" is"_$S(Y<1:" *NOT*",1:"")_" installed.",IOM))
  1. Q
  1. IMEV ;
  1. D MES^XPDUTL($$CJ^XLFSTR(BGPSTAL_" version "_BGPV_" is not installed.",IOM))
  1. Q
  1. SORRY(X) ;
  1. KILL DIFQ
  1. I X=3 S XPDQUIT=2 Q
  1. S XPDQUIT=X
  1. W *7,!,$$CJ^XLFSTR("Sorry....FIX IT!",IOM)
  1. Q