Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: RA01

RA01.m

Go to the documentation of this file.
  1. RA01 ;HCIOFO/SG - RADIOLOGY/NUCLEAR MEDICINE (VARIABLES) ; 2/27/08 10:11am
  1. ;;5.0;Radiology/Nuclear Medicine;**90**;Mar 16, 1998;Build 20
  1. ;
  1. ; RAERROR ------------- ERROR HANDLING DATA
  1. ;
  1. ; RAERROR(
  1. ;
  1. ; "ES", Error stack. If the error stack is enabled
  1. ; (see CLEAR^RAERR), this node is defined and
  1. ; not zero.
  1. ; Index,
  1. ; 0) Error Descriptor (see ^RAERR for details)
  1. ; ^01: Error code
  1. ; ^02: Error message
  1. ; ^03: Error location
  1. ; ^04: Type ("I" - information,
  1. ; "W" - warning, "E" - error)
  1. ; 1,Seq#) Error details text (optional)
  1. ;
  1. ; RAPARAMS ------------ PACKAGE-WIDE API PARAMETERS
  1. ;
  1. ; RAPARAMS(
  1. ;
  1. ; "DEBUG") Debug mode
  1. ; 0 Disabled (default; undefined actually)
  1. ; 1 Silent debug mode
  1. ; 2 Debug mode
  1. ;
  1. ; "KIDS") This node should be defined and non-zero only
  1. ; during the KIDS pre/post-install process:
  1. ; 1 Pre-install
  1. ; 2 Post-install
  1. ;
  1. ; Some APIs (e.g. ABORTMSG^RAKIDS) inspect this
  1. ; node to adjust their behavior to the KIDS
  1. ; environment.
  1. ;
  1. ; "XTMPLOCK") This node is defined if the ^XTMP("RALOCK",0)
  1. ; has been updated already (see $$LOCKFM^RALOCK
  1. ; for details).
  1. ;
  1. ; "PAGECTRL") Flags that control the $$PAGE^RAUTL22:
  1. ;
  1. ; E Force ",UTIMEOUT," or ",UCANCEL,"
  1. ; run-time errors instead of returning
  1. ; error codes (-2 or -1 respectively).
  1. ;
  1. Q