source: FOIAVistA/tag/r/REGISTRATION-DGQE-DG-DPT-GRPX-VAD-VAF-VAS-VAT-VAU--VA-VIC--DGBT--DGJ--DGYA--VALM/DGYM78EN.m@ 636

Last change on this file since 636 was 628, checked in by George Lilly, 14 years ago

initial load of FOIAVistA 6/30/08 version

File size: 739 bytes
Line 
1DGYM78EN ;ALB/MLI - Environment check for DG*5.3*78 ; 3/4/96 @ 815
2 ;;5.3;Registration;**78**;Aug 13, 1993
3 ;
4 ; This enviroment check routine will ensure that patches RT*2*22
5 ; and DG*5.3*72 are installed prior to installation of this patch.
6 ; It will abort if these patches haven't been installed.
7 ;
8EN ; begin processing
9 I '$D(^DD(190,300)) D ; check for old barcode field
10 . W !!,*7,">>> You must install patch RT*2*22 first!"
11 . S XPDQUIT=2
12 I '$D(^DD(2,.6)) D ; check for test pt indicator
13 . W !!,*7,">>> You must install patch DG*5.3*72 first!"
14 . S XPDQUIT=2
15 I $G(XPDQUIT) W !!,">>> Installation aborted."
16 I '$G(XPDQUIT) D
17 . W !!,"Patches RT*2*22 and DG*5.3*72 found..."
18 . I XPDENV=1 W "continuing with installation"
19 Q
Note: See TracBrowser for help on using the repository browser.