| $$ADDLFLDS |
This function allows the user select one or more
NCPDP fields to be added to a claim request. The user may select only from
those fields which are not already on the payer sheet, which are outgoing
fields, and which have some logic in place for pulling a value.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
BPS02 |
Input |
Pointer to BPS CLAIMS.
|
BPS59 |
Input |
Pointer to BPS TRANSACTION.
|
BPSDOS |
Input |
Date of Service. If passed in, then this value will
be displayed to the user when listing fields to be added to the claim.
|
BPSADDLFLDS |
Output |
This array will list the fields being added to the
claim.
BPSADDLFLDS(Field IEN) = Value to send.
|
$$ADDLFLDS |
Output |
This function will return
1 - If user entered additional fields.
0 - If user added no fields.
-1 - If user exited out via "^".
|
|
$$SAVE |
This function saves overrides into BPS NCPDP
OVERRIDES.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
BPSACTION |
Input |
Action selected by the user (e.g. RED, PRO, ECS).
|
BPS59 |
Input |
Pointer to BPS TRANSACTIONS.
|
BPSADDLFLDS |
Input |
Passed by reference. An array listing the NCPDP
fields to be added to the claim.
BPSADDLFLDS(NCPDP Field) = ""
|
BPSOVRIEN |
Input |
Passed by reference, IEN of the entry in the file BPS
NCPDP OVERRIDE.
|
$$SAVE |
Output |
This function returns a '1' if the values were
successfully saved; otherwise, it returns '-1'.
|
|