
| Name | Value |
|---|---|
| NAME | DSIV PRODUCTIVITY REPORT |
| TAG | RPT |
| ROUTINE | DSIVICR3 |
| RETURN VALUE TYPE | SINGLE VALUE |
| WORD WRAP ON | TRUE |
| DESCRIPTION | Returns productivity report data which in a combination of the ICB Entered By User and Exception reports. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
Global array containing report data:
when DSIVRPT="C" for Clinic then return is:
turn=Clinic^totalentries^totalnoins^totalexceptions
when DSIVRPT="U" for User then return is:
Return=User^totalentries^totalnoins^totalexceptions
when DSIVRPT="CU" for Both Clinic and User then return is:
Clinic|User^totalentries^totalnoins^totalexceptions
when DSIVRPT="UC" for User and Clinic then return is:
Return=User|Clinic^totalentries^totalnoins^totalexceptions
|