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