| RETURN PARAMETER DESCRIPTION |
Returns a global array List[n].
p4 = Quantity p15 = Patient SSN
p5 = Insurance p16 = Appliance/Repair IEN (#660)
p6 = Effect Insurance Date p17 = HCPCS Short Description
p7 = Total Cost p18 = ICD Code
p8 = Appliance/Repair Description p19 = Insurance Expiration Date
p9 = Coding Errors p20 = Delivery Date
p10 = Holder p21 = HCPCS-ICD Code Flag
p11 = Station
If the final result of a call begins with "$$MORE$$", the end date was not
reached. It will be formatted as follows:
p1 = $$MORE$$
p2 = Last date processed; to be used as DSSODT1 in next call
p3 = Last IEN processed; to be used as DSSOIEN in next call
If data is returned, but the end of the data was reached, the results
will be formatted as follows:
p1 = $$END$$
The format of the returned array will be as follows:
If nothing is found, the return will be List[n] = 0^NOTHING TO REPORT.
If an error occurs, the return will be List[n] = -1^message.
List[n] = p1^p2^p3^p4^p5^p6^p7^p8^p9^p10^p11^p12
^p13^p14^p15^p16^p17^p18^p19^p20^p21
p1 = Entry Date p12 = ICD Description
p2 = Patient Name p13 = Billing Group
p3 = PSAS HCPCS p14 = Subscriber ID
|