INPUT PARAMETER |
-
- PERSON
- PARAMETER TYPE: LITERAL
- SEQUENCE NUMBER: 1
- DESCRIPTION:
The value passed in PERSON determines which cases are included in the
lookup. A single Person can be returned or a listing of all cases for a
particular Supervisor or Secondary Supervisor. If a listing by Supervisor is
desired the Supervisor's DUZ must be passed in. The format is:
PERSON = 0^ (all cases included)
1^PERSON INVOLVED name
2^SUP / SEC SUP DUZ
-
- CSTAT
- PARAMETER TYPE: LITERAL
- SEQUENCE NUMBER: 2
- DESCRIPTION:
This parameter passes in the Case Status's of the claims to be included in the
3^ replaced by amendment
lookup criteria. This parameter must be set programatically as there is not a
mechanism for user input. Typically, this would be set to only allow Open
cases to be included, with few exceptions. The expected format is:
CSTAT = #^#^#^#^ where each number is defined below
99^ all case status should be included
0^ open cases
1^ closed cases
2^ deleted cases
-
- PSTAT
- PARAMETER TYPE: LITERAL
- SEQUENCE NUMBER: 3
- DESCRIPTION:
This parameter determines which PERSONNEL STATUS's should be included in the
5^ other
6^ non-paid employee
7^ medical student
8^ nursing student
9^ other student
10^ resident physician
lookup criteria. This parameter is determined by the user and the format is
as follows:
PSTAT = #^#^#^#^#^ for every Personnel Status
0^ all personnel status's should be included
1^ employee
2^ volunteer
3^ contractor
4^ visitor
-
- CALL
- PARAMETER TYPE: LITERAL
- SEQUENCE NUMBER: 4
- DESCRIPTION:
This parameter passes in the menu that the broker call was made from.
CALL = E employee menu
S supervisor menu
H employee health menu
O safety officer menu
W workers comp menu
U union menu
-
- OPT
- PARAMETER TYPE: LITERAL
- SEQUENCE NUMBER: 5
- DESCRIPTION:
This parameter passes in the option that the broker call was made from, if
needed. It is required to determine which fields should be availble for
editing in the CA1, CA2, and 2162 forms.
|
RETURN PARAMETER DESCRIPTION |
An array is passed back which contains the case number, date/time of occurrence,
the person involved, and the ASISTS IEN.
Data will be returned in the following format:
2002-00021^JAN 08, 2002@11:19^TURNIP,JANE^193^100-00-0038
|