| RETURN PARAMETER DESCRIPTION |
The results of the RPC will be formatted as follows:
RESULT(1-n) = p1^p2^p3^p4^p5^p6^p7
p1 = Message IEN p7 = Station IEN
p2 = Message ID p8 = Message Text
p3 = Message Type p9 = Patient Name
p4 = Status p10 = Item (File #660, Field #4)
p5 = Date Processed p11 = PSAS HCPCS
p6 = File #660 IEN
In the event of an error, the result will be formatted as follows:
RESULT(0) = -1^*error message*
RESULT(0) = p1^p2
p1 = An indicator of it the end of record has been reached
$$MORE$$ = End of record not reached
$$END$$ = The end of the record was reached
p2 = If the end of the record was not reached, this will contain the
last IEN to be returned and should be input into the next RPC
instance.
|