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

DVBA2714.m

Go to the documentation of this file.
  1. DVBA2714 ;ALB/ABR - ENVIRONMENT CHECK ROUTINE;16-JAN-1998
  1. ;;2.7;AMIE;**14**;Apr 10, 1995
  1. ;
  1. EN ;Main entry point for patch DVBA*2.7*14 environment check routine
  1. ;
  1. ;Input : All variables set by KIDS
  1. ;Output : Variables required by KIDS to denote success or failure
  1. ; of environment check (XPDQUIT and XPDABORT)
  1. ;
  1. N PATCHED
  1. ;
  1. ;Check for installation of DVBA*2.7*15 - required for install
  1. I $T(+2^DVBADSCK)'["15" D
  1. .W !!," *** Required element missing ***"
  1. .W !," Installation of this patch requires patch DVBA*2.7*15"
  1. .W !
  1. .S XPDABORT=2
  1. Q
  1. UPDATE ; update package file for patch DVBA*2.7*15
  1. N PATCH,PKG,UPD
  1. S PATCH="15 SEQ #14^"_DT_"^.05"
  1. S PKG=$O(^DIC(9.4,"B","AUTOMATED MED INFO EXCHANGE",0)) Q:'PKG
  1. S UPD=$$PKGPAT^XPDIP(PKG,2.7,.PATCH)
  1. Q