| DESCRIPTION |
Schedules an AD-HOC report consisting of requested fields for all
RET(1-n) is record data, each record will begin with $$REC
Example:
RET(0)=Column1header^Column2header^Column3header^(etc)
RET(1)=$$REC^Column1data^Column2data^Column3data^(etc)
Example:
RET(0)=SERIAL #(number)^TYPE OF ENTRY(text)^ENTERED
BY(text)^DATE ENTERED(date)^ MFGR. EQUIPMENT NAME(text)^ENTRY
NUMBER(number)
RET(1)=$$REC^123456^NON-EXPENDABLE EQPT^TEST,USER^AUG 22, 2013^
DEFIBRILLATOR W/O MONITOR^1
equipment in the EQUIPMENT INV. (#6914) file with a USE STATUS of IN USE.
The data for this report can be retrieved via the DSIYRPTR GETRPT GET RPT
DATA RPC. Data returned will consist of the fields requested in the order
the fields were submitted. If the data exceeds string length limits, the
data will be broken up over mulitple lines. Because of this, the first
piece of each record will be "$$REC".
RET(0) is header column data
|
| RETURN PARAMETER DESCRIPTION |
If successful, returns:
[Task Number]^REPORT AFTER [time report is scheduled to run]
If error, returns:
-1^[Error Message]
|