RA ;HCIOFO/SG - RADIOLOGY/NUCLEAR MEDICINE (README) ; 1/22/08 11:30am
 ;;5.0;Radiology/Nuclear Medicine;**90**;Mar 16, 1998;Build 20
 ;
 ; LOCAL VARIABLE ------ DESCRIPTION
 ;
 ; RAERROR               Error handling data
 ; RAPARAMS              Package-wide API parameters
 ;
 ; See the source code of the ^RA01 routine for more details.
 ;
 ; NAMESPACE ----------- DESCRIPTION
 ;
 ; RAERR*                Error handling
 ; RAKIDS*               Installation utilities (KIDS)
 ; RALOCK*               Lock/unlock utilities
 ; RAMAG*                Radiology Exam Request/Register API
 ;                       (see ^RAMAG for details)
 ; RAORD*                Exam request
 ; RAREG*                Exam registration
 ; RARP*                 Remote procedures
 ; RAUTL*                Utilities
 ;
 ; DIALOG -------------- DESCRIPTION
 ;
 ; 700000.*              Error messages (see ^RAERR for details)
 ; 700005.*              Generic messages
 ;
 ; MAJOR MENU ---------- DESCRIPTION
 ;
 ; [RA OVERALL]          Rad/Nuc Med Total System Menu
 ;
 ; INITIALS ------------ DEVELOPER
 ;
 ; GJC                   Gregory J. Cebelinski
 ; KAM                   Ken McNeile
 ; PB or PAV             Pavel Brodniansky
 ; RJT                   Robert Troha
 ; SG                    Sergey Gavrilov
 ; SM                    Selina Mo
 ;
 ; NOTATION ------------ DESCRIPTION
 ;
 ; .X                    Parameter X should be passed by reference
 ;
 ; [X]                   Parameter X is optional
 ;
 ; [.X]                  Optional parameter X should be passed by
 ;                       reference
 ;
 ; [.]X                  Parameter X can be either a single value or
 ;                       a list. In the latter case, it should be
 ;                       passed by reference.
 ;
 ; [[.]X]                Optional parameter X can be either a single
 ;                       value or a list.
 ;
 ; ^01:                  First "^"-piece of the value
 ; ^02:                  Second "^"-piece
 ; ^nn:                  Subsequent "^"-pieces
 ;
 Q
 
--- Routine Detail   --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HRA   2101     printed  Sep 23, 2025@20:08:57                                                                                                                                                                                                          Page 2
RA        ;HCIOFO/SG - RADIOLOGY/NUCLEAR MEDICINE (README) ; 1/22/08 11:30am
 +1       ;;5.0;Radiology/Nuclear Medicine;**90**;Mar 16, 1998;Build 20
 +2       ;
 +3       ; LOCAL VARIABLE ------ DESCRIPTION
 +4       ;
 +5       ; RAERROR               Error handling data
 +6       ; RAPARAMS              Package-wide API parameters
 +7       ;
 +8       ; See the source code of the ^RA01 routine for more details.
 +9       ;
 +10      ; NAMESPACE ----------- DESCRIPTION
 +11      ;
 +12      ; RAERR*                Error handling
 +13      ; RAKIDS*               Installation utilities (KIDS)
 +14      ; RALOCK*               Lock/unlock utilities
 +15      ; RAMAG*                Radiology Exam Request/Register API
 +16      ;                       (see ^RAMAG for details)
 +17      ; RAORD*                Exam request
 +18      ; RAREG*                Exam registration
 +19      ; RARP*                 Remote procedures
 +20      ; RAUTL*                Utilities
 +21      ;
 +22      ; DIALOG -------------- DESCRIPTION
 +23      ;
 +24      ; 700000.*              Error messages (see ^RAERR for details)
 +25      ; 700005.*              Generic messages
 +26      ;
 +27      ; MAJOR MENU ---------- DESCRIPTION
 +28      ;
 +29      ; [RA OVERALL]          Rad/Nuc Med Total System Menu
 +30      ;
 +31      ; INITIALS ------------ DEVELOPER
 +32      ;
 +33      ; GJC                   Gregory J. Cebelinski
 +34      ; KAM                   Ken McNeile
 +35      ; PB or PAV             Pavel Brodniansky
 +36      ; RJT                   Robert Troha
 +37      ; SG                    Sergey Gavrilov
 +38      ; SM                    Selina Mo
 +39      ;
 +40      ; NOTATION ------------ DESCRIPTION
 +41      ;
 +42      ; .X                    Parameter X should be passed by reference
 +43      ;
 +44      ; [X]                   Parameter X is optional
 +45      ;
 +46      ; [.X]                  Optional parameter X should be passed by
 +47      ;                       reference
 +48      ;
 +49      ; [.]X                  Parameter X can be either a single value or
 +50      ;                       a list. In the latter case, it should be
 +51      ;                       passed by reference.
 +52      ;
 +53      ; [[.]X]                Optional parameter X can be either a single
 +54      ;                       value or a list.
 +55      ;
 +56      ; ^01:                  First "^"-piece of the value
 +57      ; ^02:                  Second "^"-piece
 +58      ; ^nn:                  Subsequent "^"-pieces
 +59      ;
 +60       QUIT