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
suppose we are looking for discharge patient record in particular facility, so to find that patient record we use the ip/op number because its unique number assigned to them by the facility. so while searching for that patient record using the ip/op number multiple patient records are coming up along with that patient record.
To Reproduce
Steps to reproduce the behavior:
Go to 'patient page'
Click on 'click on discharge patients'
Then click on advance filter.
Then set the date range and select a particular facility in which you want find the patient, then apply the filter.
Then search for a patient record using the ip/op number. After searching you will find multiple patient record coming up along with the patient record you were looking for.
Expected behavior
Modify the "search by OP/IP number" function in the patient tab to only provide exact matching results.
Screenshots
The text was updated successfully, but these errors were encountered:
create multiple patient with IP/OP number 1/24 ,121/24, 211/24, 311/24
in the patient tab, search the OP number field input 1/24
you will be seeing search result with 4 patient card, that is the error.
Expected beahvior
we should be only seeing patient card with exact ip/op number match as 1/24
rithviknishad
changed the title
while searching for discharged patient record using the ip/op number, multiple records are coming up along with the patient record we are searching for.
IP/OP Number Search to be search by exact match
May 3, 2024
Describe the bug
suppose we are looking for discharge patient record in particular facility, so to find that patient record we use the ip/op number because its unique number assigned to them by the facility. so while searching for that patient record using the ip/op number multiple patient records are coming up along with that patient record.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Modify the "search by OP/IP number" function in the patient tab to only provide exact matching results.
Screenshots
The text was updated successfully, but these errors were encountered: