Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: ORRDI2

Package: Order Entry Results Reporting

Routine: ORRDI2


Information

ORRDI2 ; SLC/JMH - RDI routine for user interface and data cleanup; 3/24/05 2:31 ;02/08/12 08:36

Source Information

Source file <ORRDI2.m>

Entry Points

Name Comments DBIA/ICR reference
SET ;utility to set RDI related parameters
HELP1 ;
HELP3 ;
LIST ;
CLEANUP ;
DOWNRPC(ORY) ;can be used in an RPC to check if RDI is in an OUTAGE state (HDR DOWN)
DICNPVAL() ;parameter value for dummy patient ICN
FAILPVAL() ;parameter value for failure threshold
SUCCPVAL() ;parameter value for success threshold
PINGPVAL() ;parameter value for ping frequency
DOWNXVAL() ;xtmp value for OUTAGE state
FAILXVAL() ;xtmp value for number of failed reads
SUCCXVAL() ;xtmp value for number of successful reads
PINGXVAL() ;xtmp value for last ping time
LDPTTVAL(DFN) ;tmp value for if the local data only message has been shown to the user during ordering session
SPAWN ;subroutine to spawn the DOWNTSK task
DOWNTSK ;subroutine to check if HDR is back up
TCOLD() ;call to send a test call to CDS...returns 1 if successful, 0 OR -9 if not
TESTCALL() ;call to send a test call to CDS...returns 1 if successful, 0 or -9 if not
ERRH

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"This menu is locked until patch OR*3.0*238 is installed."
  • Line Location: SET+2
Function Call: WRITE
  • Prompt: !!,"Sets System wide parameters to control order checking against"
  • Line Location: SET+4
Function Call: WRITE
  • Prompt: !," remote data",!
  • Line Location: SET+5
Function Call: WRITE
  • Prompt: "Set this to ""YES"" if this system has an HDR system that"
  • Line Location: HELP1+1
Function Call: WRITE
  • Prompt: !," it uses to access remote data."
  • Line Location: HELP1+2
Function Call: WRITE
  • Prompt: "Set this to the number of minutes that the retrieved data is "
  • Line Location: HELP3+1
Function Call: WRITE
  • Prompt: !," to be considered valid for order checking purposes."
  • Line Location: HELP3+2
Function Call: WRITE
  • Prompt: !
  • Line Location: LIST+1
Function Call: WRITE
  • Prompt: $$GET^XPAR("SYS","OR RDI HAVE HDR")," "
  • Line Location: LIST+2
Function Call: WRITE
  • Prompt: $$GET^XPAR("SYS","OR RDI CACHE TIME")
  • Line Location: LIST+3
Function Call: WRITE
  • Prompt: !!
  • Line Location: ERRH+2
Info |  Source |  Entry Points |  Interaction Calls