You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When Logging the lab results in the Patient investigation tab, we cannot select multiple investigations at once. Atmost we can select 2 (that is by double clicking one option and then clicking on second one, this may also be a bug).
When selecting multiple investigations from the dropdown in the multiselect form for uploading lab results, the input form for previously selected investigations gets hidden. However, if those forms were filled, their data is still processed during form submission, and empty form also getting submitted.
To Reproduce
Steps to reproduce the behavior:
Go to patient tab
Select any active patient
Go to investigations tab
Click on Log Lab Results
Double click any option from the search drop down and click another option
See error
Select a option and fill the following form that is given
Select another option from dropdown and see error(previous filled form gets hidden)
(1) Should be able to select multiple investigations (2) Pass the data to backend only if investigation is still selected
when user selects one investigation group like 'Biochemistry Test', it shows all tests under 'Biochemistry Test', next if user selects 'FBS' which comes under 'Biochemistry Test', what should be the expected behavior, only one 'FBS' should be shown or all the tests of 'Biochemistry Test' should be shown, since user has selected 'Biochemistry Test' before. @Jacobjeevan
Describe the bug
When Logging the lab results in the Patient investigation tab, we cannot select multiple investigations at once. Atmost we can select 2 (that is by double clicking one option and then clicking on second one, this may also be a bug).
When selecting multiple investigations from the dropdown in the multiselect form for uploading lab results, the input form for previously selected investigations gets hidden. However, if those forms were filled, their data is still processed during form submission, and empty form also getting submitted.
To Reproduce
Steps to reproduce the behavior:
Log Lab Results
Screenshots
If applicable, add screenshots to help explain your problem.
https://github.com/user-attachments/assets/8e586585-9382-459f-a262-efc2734656bd
Desktop (please complete the following information):
Additional context
I would like to be assigned to this issue and requesting for expected behaviour
The text was updated successfully, but these errors were encountered: