DESCRIPTION |
Returns the data for the following worksheet review statuses:
A=Awaiting Signature, D=Draft/Not ready, O=Outdated Template, P=Review
Pending, S=Sent Back
The "P" status needs to be specifically requested (via the 2nd input
parameter DVBST). If this does not happen, then data is only returned
for statuses: A,D,O and S.
|
INPUT PARAMETER |
-
- DVBST
- PARAMETER TYPE: LITERAL
- REQUIRED: NO
- SEQUENCE NUMBER: 2
- DESCRIPTION:
This is an optional parameter indicating if there is a specific review
status to be considered. If this parameter is not provided then all the
following statuses will be considered:
A=Awaiting Signature, D=Draft/Not ready, O=Outdated Template, P=Review
Pending, S=Sent Back
-
- DVBDUZ
- PARAMETER TYPE: LITERAL
- REQUIRED: NO
- SEQUENCE NUMBER: 1
- DESCRIPTION:
This is an optional parameter. If the value is null or the parameter is
not provided then only data regarding the current user is returned.
Otherwise data is returned for ALL users.
-
- DVBUT
- PARAMETER TYPE: LITERAL
- REQUIRED: NO
- SEQUENCE NUMBER: 3
- DESCRIPTION:
This is an optional parameter. If a "T" is provided, data is returned if
the user is the transcriber. Otherwise, data is returned if the user is
the document manager.
|
RETURN PARAMETER DESCRIPTION |
Data will be returned in an array as follows:
RET(<worksheet ien>)=Worksheet IEN^ID^Patient IEN^Patien name^Document
manager IEN^Document manager name^Form title^Review status^Flag new^Flag
green flag^Flag exclamation^<exam count>^<exam 1 name>,<exam 2 name>,...
OR
-1^No data available
|