| 1 | ROR02 ;HCIOFO/SG - CLINICAL CASE REGISTRIES (VARIABLES) ; 7/22/05 11:11am
 | 
|---|
| 2 |  ;;1.5;CLINICAL CASE REGISTRIES;;Feb 17, 2006
 | 
|---|
| 3 |  ;
 | 
|---|
| 4 |  ; RORCACHE ------------ IN-MEMORY CACHE
 | 
|---|
| 5 |  ;
 | 
|---|
| 6 |  ; RORCACHE(
 | 
|---|
| 7 |  ;   "XMLENT",...)       XML elements and attributes
 | 
|---|
| 8 |  ;                       (see the $$XEC^RORTSK11 function)
 | 
|---|
| 9 |  ;
 | 
|---|
| 10 |  ; RORERRDL ------------ DEFAULT ERROR LOCATION
 | 
|---|
| 11 |  ;
 | 
|---|
| 12 |  ; RORERROR ------------ ERROR PROCESSING DATA
 | 
|---|
| 13 |  ;
 | 
|---|
| 14 |  ; RORERROR("ES",        Index of the top of the stack
 | 
|---|
| 15 |  ;   Index,                ^1: Error code
 | 
|---|
| 16 |  ;                         ^2: Message text
 | 
|---|
| 17 |  ;     1)                Place of the error (LABEL^ROUTINE)
 | 
|---|
| 18 |  ;     2,Seq#)           Additional information (opt'l)
 | 
|---|
| 19 |  ;
 | 
|---|
| 20 |  ; RORERROR("DBS",       The $$DBS^RORERR function stores a list of
 | 
|---|
| 21 |  ;   ErrCode)            FileMan DBS error codes here (as subnodes).
 | 
|---|
| 22 |  ;
 | 
|---|
| 23 |  ; RORPARM ------------- PACKAGE-WIDE CONSTANTS AND VARIABLES
 | 
|---|
| 24 |  ;
 | 
|---|
| 25 |  ; RORPARM("DEBUG")      Debug mode (opt'l):
 | 
|---|
| 26 |  ;                         0  Disabled (default)
 | 
|---|
| 27 |  ;                         1  Enabled
 | 
|---|
| 28 |  ;                         2  Enabled; and all messages are not only
 | 
|---|
| 29 |  ;                            logged but displayed on the screen too
 | 
|---|
| 30 |  ;                         3  The same as 2 but registry update or
 | 
|---|
| 31 |  ;                            data extraction is aborted immediately
 | 
|---|
| 32 |  ;                            after processing a patient with errors
 | 
|---|
| 33 |  ;
 | 
|---|
| 34 |  ; RORPARM("DEVELOPER")  If this node is defined and not zero,
 | 
|---|
| 35 |  ;                       national definitions (registry parameters,
 | 
|---|
| 36 |  ;                       selection rules, etc) can be edited.
 | 
|---|
| 37 |  ;                       Otherwise, editing is prohibited.
 | 
|---|
| 38 |  ;
 | 
|---|
| 39 |  ; RORPARM("ERR")        Enable/disable extended error processing:
 | 
|---|
| 40 |  ;                         0  Disabled (default)
 | 
|---|
| 41 |  ;                         1  Enabled
 | 
|---|
| 42 |  ;
 | 
|---|
| 43 |  ; RORPARM("KIDS",       This node is defined and non-zero only during
 | 
|---|
| 44 |  ;                       the KIDS installation process:
 | 
|---|
| 45 |  ;                         1  Pre-install
 | 
|---|
| 46 |  ;                         2  Post-install
 | 
|---|
| 47 |  ;   ParamName)          Value of an installation parameter
 | 
|---|
| 48 |  ;
 | 
|---|
| 49 |  ; RORPARM("LOG",        Enable/disable log collection:
 | 
|---|
| 50 |  ;                         0  Disabled (default)
 | 
|---|
| 51 |  ;                         1  Enabled
 | 
|---|
| 52 |  ;   Type)               Enable (1) collection of only particular
 | 
|---|
| 53 |  ;                       events (optional, all events by default)
 | 
|---|
| 54 |  ;                       See the LOG EVENT field in the ROR REGISTRY
 | 
|---|
| 55 |  ;                       PARAMETERS file #798.1 for possible values.
 | 
|---|
| 56 |  ;
 | 
|---|
| 57 |  ; RORPARM("SETUP")      This node is defined and non-zero only
 | 
|---|
| 58 |  ;                       during the registry setup.
 | 
|---|
| 59 |  ;
 | 
|---|
| 60 |  Q
 | 
|---|