RA01 ;HCIOFO/SG - RADIOLOGY/NUCLEAR MEDICINE (VARIABLES) ; 2/27/08 10:11am
 ;;5.0;Radiology/Nuclear Medicine;**90**;Mar 16, 1998;Build 20
 ;
 ; RAERROR ------------- ERROR HANDLING DATA
 ;
 ; RAERROR(
 ;
 ;   "ES",               Error stack. If the error stack is enabled
 ;                       (see CLEAR^RAERR), this node is defined and
 ;                       not zero.
 ;     Index,
 ;       0)              Error Descriptor (see ^RAERR for details)
 ;                         ^01: Error code
 ;                         ^02: Error message
 ;                         ^03: Error location
 ;                         ^04: Type ("I" - information,
 ;                              "W" - warning, "E" - error)
 ;       1,Seq#)         Error details text (optional)
 ;
 ; RAPARAMS ------------ PACKAGE-WIDE API PARAMETERS
 ;
 ; RAPARAMS(
 ;
 ;   "DEBUG")            Debug mode
 ;                         0  Disabled (default; undefined actually)
 ;                         1  Silent debug mode
 ;                         2  Debug mode
 ;
 ;   "KIDS")             This node should be defined and non-zero only
 ;                       during the KIDS pre/post-install process:
 ;                         1  Pre-install
 ;                         2  Post-install
 ;
 ;                       Some APIs (e.g. ABORTMSG^RAKIDS) inspect this
 ;                       node to adjust their behavior to the KIDS
 ;                       environment.
 ;
 ;   "XTMPLOCK")         This node is defined if the ^XTMP("RALOCK",0)
 ;                       has been updated already (see $$LOCKFM^RALOCK
 ;                       for details).
 ;
 ;   "PAGECTRL")         Flags that control the $$PAGE^RAUTL22:
 ;
 ;                         E  Force ",UTIMEOUT," or ",UCANCEL,"
 ;                            run-time errors instead of returning
 ;                            error codes (-2 or -1 respectively).
 ;
 Q
 
--- Routine Detail   --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HRA01   1945     printed  Sep 23, 2025@20:08:58                                                                                                                                                                                                        Page 2
RA01      ;HCIOFO/SG - RADIOLOGY/NUCLEAR MEDICINE (VARIABLES) ; 2/27/08 10:11am
 +1       ;;5.0;Radiology/Nuclear Medicine;**90**;Mar 16, 1998;Build 20
 +2       ;
 +3       ; RAERROR ------------- ERROR HANDLING DATA
 +4       ;
 +5       ; RAERROR(
 +6       ;
 +7       ;   "ES",               Error stack. If the error stack is enabled
 +8       ;                       (see CLEAR^RAERR), this node is defined and
 +9       ;                       not zero.
 +10      ;     Index,
 +11      ;       0)              Error Descriptor (see ^RAERR for details)
 +12      ;                         ^01: Error code
 +13      ;                         ^02: Error message
 +14      ;                         ^03: Error location
 +15      ;                         ^04: Type ("I" - information,
 +16      ;                              "W" - warning, "E" - error)
 +17      ;       1,Seq#)         Error details text (optional)
 +18      ;
 +19      ; RAPARAMS ------------ PACKAGE-WIDE API PARAMETERS
 +20      ;
 +21      ; RAPARAMS(
 +22      ;
 +23      ;   "DEBUG")            Debug mode
 +24      ;                         0  Disabled (default; undefined actually)
 +25      ;                         1  Silent debug mode
 +26      ;                         2  Debug mode
 +27      ;
 +28      ;   "KIDS")             This node should be defined and non-zero only
 +29      ;                       during the KIDS pre/post-install process:
 +30      ;                         1  Pre-install
 +31      ;                         2  Post-install
 +32      ;
 +33      ;                       Some APIs (e.g. ABORTMSG^RAKIDS) inspect this
 +34      ;                       node to adjust their behavior to the KIDS
 +35      ;                       environment.
 +36      ;
 +37      ;   "XTMPLOCK")         This node is defined if the ^XTMP("RALOCK",0)
 +38      ;                       has been updated already (see $$LOCKFM^RALOCK
 +39      ;                       for details).
 +40      ;
 +41      ;   "PAGECTRL")         Flags that control the $$PAGE^RAUTL22:
 +42      ;
 +43      ;                         E  Force ",UTIMEOUT," or ",UCANCEL,"
 +44      ;                            run-time errors instead of returning
 +45      ;                            error codes (-2 or -1 respectively).
 +46      ;
 +47       QUIT