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: EDPCDBG

Package: Emergency Department Integration Software

Routine: EDPCDBG


Information

EDPCDBG ;SLC/KCM - Debugging for Controller ;2/28/12 08:33am

Source Information

Source file <EDPCDBG.m>

Entry Points

Name Comments DBIA/ICR reference
DEBUG(SWFID) ; return TRUE if debugging
NEXTSEQ(LOGID) ; return sequence for this session as EDPF-DEBUG-LOG-swfid^sequence
PUTREQ(SEQ,REQ) ; save the request at this sequence number
PUTXML(SEQ,XML) ; save the XML result at this sequence number
SETON ; turn on debugging for EDIS
SETOFF ; turn off debugging for EDIS

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Enable EDIS Debugging Log"
  • Line Location: SETON+2
Function Call: WRITE
  • Prompt: !,"Logging will occur for 30 minutes after start time."
  • Line Location: SETON+3
Function Call: WRITE
  • Prompt: !,"Log is stored in ^XTMP(""EDP-DEBUG-LOG"")",!
  • Line Location: SETON+4
Function Call: WRITE
  • Prompt: !,"EDIS Debugging Log Stopped"
  • Line Location: SETOFF+1
Info |  Source |  Entry Points |  Interaction Calls