From Backend Route
This route emulates back-end processing. The route picks up the claims from the Inbound 837 route for processing again. For each claim, the route extracts the claim charge amount and updates the corresponding counter.
Route Structure
Route Components Description
| Trigger
|
FS Inbound |
Picks up the claim files and the property files from ${XESWorkspace}/test-data/backend/trigger to initialize the route's processing. |
| Separate claims
|
FS Inbound |
Picks up claims from ${XESWorkspace}/test-data/backend/from (emulated back end location). |
| Native Claims Processing
|
XE Native |
Validates and splits the good and the bad claims. |
| Backend Accepted
|
BCounter Outbound |
Increments the Balance Counters fields BEAcceptedClaimChargeAmount and BETotal. |
| Good
|
FS Outbound |
Stores the good claims in ${XESWorkspace}/test-data/outbound/good. |
| Backend Rejected
|
BCounter Outbound |
Increments the Balance Counters fields BERejectedClaimChargeAmount and BETotal. |
| Bad
|
FS Outbound |
Stores the good claims in ${XESWorkspace}/test-data/outbound/bad. |
| reports
|
FS Outbound |
Stores the validation and the splitting reports in the file system. |