-
Type:
Bug
-
Resolution: Done
-
Priority:
Highest
-
Affects Version/s: None
-
None
-
FLW Mobile App
-
Prod
In the High-Risk Assessment module, the system is currently accepting blood pressure entries where the Diastolic BP is greater than the Systolic BP, which is medically incorrect.
Steps to Reproduce:
- Navigate to the High-Risk Assessment module.
- Enter a Diastolic BP value greater than the Systolic BP value (e.g., Systolic: 90, Diastolic: 120).
- Save/Submit the form.
- Observe that the system accepts the values without validation.
Expected Result:
The system should display an error or validation message if Diastolic BP is greater than or equal to Systolic BP and prevent submission.
Actual Result:
The system allows the form to be submitted with incorrect BP values.