ORWCV ;SLC/KCM - Background Cover Sheet Load;03/06/20 13:00
Source file <ORWCV.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
START(VAL,DFN,IP,HWND,LOC,NODO,NEWREM) | ; start cover sheet build in background
|
|
BUILD | ; called in background by task manager, expects DFN, JobID
|
|
ERR | ;Error trap
|
|
LST2XTMP(ID) | ; put the list in ^XTMP(NODE,ID)
|
|
POLL(LST,DFN,IP,HWND,ONLYID) | ; poll for completed cover sheet parts
|
|
CHK(NODE,ID,ILST,LST) | ; check an individual panel
|
|
STOP(OK,DFN,IP,HWND) | ; stop cover sheet data retrieval
|
|
CLEAN | ; clean up ^XTMP nodes
|
|
LAB(LST,DFN) | ; return labs for patient
|
|
REM(LST,DFN,OLDCALL) | ; return reminders for patient
|
|
VST1(ORVISIT,DFN,BEG,END,SKIP) | ;
|
|
TEST | ;D VST(.ZZZ,76,2950101,3050401,777,1,1)
|
|
VST(ORVISIT,DFN,BEG,END,SKIP,ERR,ERRMSG) | ; return appts/admissions for patient
|
|
CALLBACK(IEN,NODE0,ARRAY,STOP) | ; called back from ACRP Toolkit for encounters
|
|
DTLVST(RPT,DFN,IEN,APPTINFO) | ; return progress notes / discharge summary
|
|
X2FM(X) | ; return FM date given relative date
|
|
RNGLAB(DFN) | ; return days back for patient
|
|
RNGVBEG() | ; return start date for encounters
|
|
RNGVEND() | ; return stop date for encounters
|
|
RANGES(REC,DFN) | ; return ranges given a patient
|
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
RPC Name | Call Tags |
---|---|
ORWCV VST | VST1 |
ORWCV LAB | LAB |
ORWCV START | START |
ORWCV DTLVST | DTLVST |
ORWCV POLL | POLL |
ORWCV STOP | STOP |