| RETURN PARAMETER DESCRIPTION |
Returns an array List[n].
LIST[6] = Date of last Movement
LIST[7] = Type of Movement
LIST[8] = Ward
LIST[9] = Physician
LIST[10] = Diagnosis
LIST[11] = if 1 Yes Second to last Movement
LIST[12] = 2nd to last Transaction Type
LIST[13] = 2nd to last Transaction date
LIST[14] = 2nd to last Type of movement
LIST[15] = 2nd to last Ward
LIST[16] = 2nd to last Physician
LIST[17] = 2nd to last Diagnosis
If no patient movements were found, the return will be
List[0] = 0^NOTHING TO REPORT
If an error occurs, the return will be List[0] = -1^message.
The format of the returned array will be as follows:
LIST[0] = Name
LIST[1] = SSN
LIST[2] = DOB
LIST[3] = Claim #
LIST[4] = if 1 Yes a movement
LIST[5] = Transaction type
|