DSSO PFFS LIST

TITLEVALUE
NAMEDSSO PFFS LIST
DESCRIPTIONThis RPC takes in a start and end date and then returns a list of PFFS
between them.
TAGEN
ROUTINEDSSOPFL
INPUT PARAMETERSSEQUENCE NUMBER1
INPUT PARAMETERDSSODT1
DESCRIPTIONA starting date
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH7

INPUT PARAMETERSSEQUENCE NUMBER2
INPUT PARAMETERDSSODT2
DESCRIPTIONAn ending date
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH7

INPUT PARAMETERSSEQUENCE NUMBER3
INPUT PARAMETERDSSOIEN
DESCRIPTIONThis is the last IEN # processed by a previous call to this RPC. To be
used to chunk data between multiple calls.
PARAMETER TYPELITERAL
REQUIREDNO
MAXIMUM DATA LENGTH30

RETURN VALUE TYPEGLOBAL ARRAY
RETURN PARAMETER DESCRIPTIONReturns a global array List[n].

The format of the returned array will be as follows:
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
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 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.
AVAILABILITYAGREEMENT
INACTIVE
CLIENT MANAGER
WORD WRAP ONTRUE
VERSION
SUPPRESS RDV USER SETUP
APP PROXY ALLOWED