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

RAIENV160.m

Go to the documentation of this file.
  1. RAIENV160 ;HISC/GJC-environment check 160 ; Aug 26, 2020@10:11:07
  1. ;;5.0;Radiology/Nuclear Medicine;**160**;Mar 16, 1998;Build 4
  1. ;
  1. ;Routine File IA Type
  1. ;----------------------------------------------
  1. ;$$FIND1^DIC 2051 (S)
  1. ;
  1. ;The host system must have POSTMASTER with
  1. ;a DUZ value of .5 as a record in their NEW
  1. ;PERSON file in order to install RA*5.0*160.
  1. N RABOOL,RAIEN S RAIEN="`.5"
  1. S RABOOL=$S($$FIND1^DIC(200,,,RAIEN)=.5:0,1:1)
  1. CHK ;if RABOOL = 1 set XPDQUIT = 2 else POSTMASTER w/DUZ=.5
  1. ;XPDQUIT = 2: Don't install BUILD; but leave it in ^XTMP.
  1. I RABOOL D
  1. .N RATXT S RATXT(1)=XPDNM_" cannot be installed on this system unless POSTMASTER is"
  1. .S RATXT(2)="an entry in the NEW PERSON (#200) file and .5 is the value of the"
  1. .S RATXT(3)="variable DUZ."
  1. .D BMES^XPDUTL(.RATXT)
  1. .S XPDQUIT=2
  1. Q
  1. ;