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

BGPMU3E.m

Go to the documentation of this file.
  1. BGPMU3E ;IHS/MSC/SAT - ENVIRONMENT CHECK ROUTINE ;APR 21, 2011;
  1. ;;11.0;IHS CLINICAL REPORTING;**4**;JAN 06, 2011;Build 84
  1. ;
  1. ENV S IN="IHS CLINICAL REPORTING 11.0",INSTDA=""
  1. I '$$PATCHCK("BGP*11.0*2") D Q
  1. .W !,"You must first install the IHS CLINICAL REPORTING 11.0 patch 2 before installing this patch"
  1. ; The following line prevents the "Disable Options..." and "Move
  1. ; Routines..." questions from being asked during the install.
  1. S (XPDDIQ("XPZ1"),XPDDIQ("XPZ2"))=0
  1. Q
  1. ;
  1. PRE ;PRE-INSTALL ROUTINE
  1. K ^BGPMUIND(90595.11)
  1. Q
  1. POST ;Post-Install routine
  1. S X=$$ADD^XPDMENU("BGPMU MAIN MENU","BGPMU HOSPITAL PERF MEASURES","HOS",20)
  1. I 'X W "Attempt to add BGPMU MAIN MENU option failed." H 3
  1. D DELDD
  1. D START^BGPM3
  1. Q
  1. ;
  1. DELDD ; Delete DD for Reminder Definition Findings SubFile
  1. N DIU
  1. F DIU=90595.25,90595.35,90595.111,90595.151,90595.153,90595.155,90595.116 D
  1. .S DIU(0)="SD"
  1. .D EN^DIU2
  1. Q
  1. PATCHCK(XPXPCH) ;
  1. S X=$$PATCH^XPDUTL(XPXPCH)
  1. W !!,$$C^XBFUNC("Need "_XPXPCH_"....."_XPXPCH_" "_$S(X:"Is",1:"Is Not")_" Present")
  1. Q X