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

Package: Order Entry Results Reporting

Routine: ORVCODAEMON


Information

ORVCODAEMON ;SPFO/AJB - VISTA CUTOVER ;Feb 19, 2021@09:28:36

Source Information

Source file <ORVCODAEMON.m>

Entry Points

Name Comments DBIA/ICR reference
SPAWN(THREADS) ; spawn daemon tasks
DAEMON(GBL,INF,IEN,BROOD,THREAD,BMARK) ; create background tasks, non-interactive
NEUROTICA(GBL,INF) ; 'You just don't get it...what it is, well you're not really sure...'
TOTEM(INF) ; 'I believe that what I'm feeling changes how the world appears...'
BLOCKS(THREADS,TOTAL) ;
TASK(GBL,INF,IEN,BROOD,THREAD,BMARK) ; background task, non-interactive
BE(DFN) ; The Body Electric? aka Am I a Test Patient?
NEXUS6(DFN,TERMIEN) ; N6MAA10816 - Primary care visit in last 3 years?
; input IEN of reminder term: VA-NEXUS CLINIC IN LAST THREE YEARS
VISIT(DFN,X) ; DBIA #2028 returns if patient has visit in X days
DTXT(DOCTXT) ; do section to populate document text
DATA

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: SPAWN+1
Function Call: WRITE
  • Prompt: " Evaluating patients...",?32,"of ",TOTAL("FM")
  • Line Location: SPAWN+8
Function Call: WRITE
  • Prompt: !!?1,"Patients must have a primary care visit in the last 3 years for reminders"
  • Line Location: SPAWN+18
Function Call: WRITE
  • Prompt: !?1,"documents.",!
  • Line Location: SPAWN+19
Function Call: WRITE
  • Prompt: " Excellent.",!!," Use the Monitor/Stop Cutover Jobs option to track or stop the progress."
  • Line Location: SPAWN+21
Function Call: WRITE
  • Prompt: !
  • Line Location: SPAWN+27
Info |  Source |  Entry Points |  Interaction Calls