DSIV POLL PRODUCTIVITY

TITLEVALUE
NAMEDSIV POLL PRODUCTIVITY
DESCRIPTIONUsed to check the status of the background job kicked off by the DSIV
PRODUCTIVITY REPORT rpc and to return results from that report.
TAGPOLL
ROUTINEDSIVICR3
INPUT PARAMETERSSEQUENCE NUMBER1
INPUT PARAMETERDSIVHNDL
DESCRIPTIONContains the Handle returned by the kick-off rpc (or sent by the GUI) to
uniquely identify a report instance running in the background.
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH50

INPUT PARAMETERSSEQUENCE NUMBER2
INPUT PARAMETERCNT
DESCRIPTIONThe number of records to return for each call of the rpc. This is used
to avoid broker timeouts for reports with a lot of data.
PARAMETER TYPELITERAL
REQUIREDNO
MAXIMUM DATA LENGTH10

INPUT PARAMETERSSEQUENCE NUMBER3
INPUT PARAMETERMORE
DESCRIPTIONMORE=1 when subsequent calls are made to the rpc to return the next
"CNT" (count) of rows of report data. The GUI may send MORE=9 to
terminate the report and have the M code kill the ^XTMP global as it is
no longer needed.
PARAMETER TYPELITERAL
REQUIREDNO
MAXIMUM DATA LENGTH1

RETURN VALUE TYPEGLOBAL ARRAY
RETURN PARAMETER DESCRIPTIONReturns -1^error, or 0^Results not ready, or
Ret(1) = $START$report start date^report end date (reqst'd by user)
Ret(n) = ReportTypeSort^totalentries^totalnoins^totalexceptions
Ret(~) = $END$QUEUED dttm^rpt START RUN dttm^rpt END RUN dttm

ReportTypeSort will be Clinic for "C"linic report, User for "U"ser
report, Clinic|User for "B"oth report and User|Clinic for "UC" report.
AVAILABILITY
INACTIVE
CLIENT MANAGER
WORD WRAP ONTRUE
VERSION
SUPPRESS RDV USER SETUP
APP PROXY ALLOWED