source: FOIAVistA/tag/r/DRG_GROUPER-ICD--ICPT/ICD1817E.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: 451 bytes
Line 
1ICD1817E ; BAY/JAT - ENVIRONMENT CHECK; 9/17/01 3:32pm ; 6/8/05 1:32pm
2 ;;18.0;DRG Grouper;**17**;Oct 13,2000
3 ;;
4EN ;
5 S XPDABORT=""
6 D PROGCHK(.XPDABORT)
7 I XPDABORT="" K XPDABORT
8 ;
9 Q
10 ;
11PROGCHK(XPDABORT) ;
12 I '$G(DUZ)!($G(DUZ(0))'="@")!('$G(DT))!($G(U)'="^") DO
13 .D BMES^XPDUTL("*****")
14 .D MES^XPDUTL("Your programming variables are not set up properly.")
15 .D MES^XPDUTL("Installation aborted.")
16 .D MES^XPDUTL("*****")
17 .S XPDABORT=2
18 .Q
19 Q
20 ;
Note: See TracBrowser for help on using the repository browser.