-
Type:
Bug
-
Resolution: Done
-
Priority:
High
-
Affects Version/s: None
-
None
After submitting the TB Screening form, an order is triggered for Chest X-ray / TrueNat and the UI shows the status as “Pending”, indicating that the order has been successfully pushed.
However, in the backend/database, the order response shows:
- “Order not found on provider (404)”
Despite this failure:
- UI continues to show “Pending”
- No Retry option is provided
- No error indication is shown to the user
This creates a false impression that the order was successfully placed, leading to confusion.
Steps to Reproduce
- Fill and submit TB Screening form
- System triggers order for Chest X-ray / TrueNat
- Navigate to Digital Chest X-ray / TrueNat screen
- Check order status on UI
- Verify backend/API response
Actual Result
- UI shows “Pending” status
- Backend shows 404 – Order not found on provider
- No retry mechanism available
- No error message displayed to user
