ISIJINS1 ; ISI/JHC - ISI Rad Install Utility ; 10/17/2022
Source file <ISIJINS1.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
ENVCHK | ; "Environment Check" for KIDS Install
|
|
POST110 | ; ISIRAD*1.1*110 "Standalone" KIDS Installation EP
|
|
UPDAT110 | ; ISIRAD patch 110 KIDS post-Install
; register rpcs |
|
POST106 | ; ISIRAD*1.1*106 "Standalone" KIDS Installation EP
|
|
UPDAT106 | ; ISIRAD*1.1*106 "Rolled up" KIDS Installation EP
|
|
POST102 | ; ISIRAD*1.1*102 "Standalone" KIDS Installation EP
|
|
UPDAT102 | ; ISIRAD*1.1*102 "Rolled up" KIDS Installation EP
|
|
POST105 | ; ISIRAD*1.1*105 "Standalone" KIDS Installation EP
|
|
UPDAT105 | ; ISIRAD*1.1*105 "Rolled up" KIDS Installation EP
; n/a |
|
POST104 | ; ISIRAD*1.1*104 "Standalone" KIDS Installation EP
|
|
UPDAT104 | ; ISIRAD*1.1*104 "Rolled up" KIDS Installation EP
|
|
POST103 | ; ISIRAD*1.1*103 "Standalone" KIDS Installation EP
|
|
UPDAT103 | ; ISIRAD*1.1*103 "Rolled up" KIDS Installation EP
|
|
POST101 | ; ISIRAD*1.1*101 "Standalone" KIDS Installation EP
|
|
UPDAT101 | ; ISIRAD*1.1*101 "Rolled up" KIDS Installation EP
|
|
POST100 | ; ISIRAD*1.1*100 "Standalone" KIDS Installation EP
|
|
UPDAT100 | ; ISIRAD*1.1*100 "Rolled up" KIDS Installation EP
|
|
POSTN | ; Example for likely items to manage for given install...
; D BLDALL ; update list definitions -- call this any time NEW FIELDS are added to lists ; N RPCLIST S RPCLIST("ISIJ rpc")="" ; define new rpcs in this array ; D ADDRPCS(.RPCLIST) D ADDRPCS ; then call ; D ADDMENU("MAGJ MAIN","ISIJ Option","SYN",99) ; add new menu option ; D SRCHn ; insert search logic for exam lists if exists ; D BGCSTRT^MAGJMN1 ; re-start background compile -- ALWAYS call this |
|
ADDRPCS(RPCLIST) | ;
|
|
ADDMENU(MENU,OPTION,SYNONYM,ORDER) | ; add menu options to main menu
; use this call to add, since ISI KIDS utility does not work w/ kids comp. ; * DO create kids comp that defines the new menu option, however |
|
END | ;
|