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

RMPRP382.m

Go to the documentation of this file.
  1. RMPRP382 ; BAY/KAM - Patch RMPR*3*82 Install Utility Routine ; 1/20/04 10:18am
  1. ;;3.0;Prosthetics;**82**;AUG 13, 1993
  1. ;
  1. ENV ;Main Entry point for Environment Check
  1. S XPDABORT=""
  1. D PROGCHK(.XPDABORT) ;checks programmer variables
  1. I XPDABORT="" K XPDABORT
  1. Q
  1. PROGCHK(XPDABORT) ; checks for necessary programmer variables
  1. ;
  1. I '$G(DUZ)!($G(DUZ(0))'="@")!('$G(DT))!($G(U)'="^") D
  1. . D BMES^XPDUTL("****")
  1. . D MES^XPDUTL("Your programming variables are not set up properly.")
  1. . D MES^XPDUTL("Installation aborted.")
  1. . D MES^XPDUTL("*****")
  1. . S XPDABORT=2
  1. Q