Can anyone help with how to un-void a deleted observation?
Thankyou
Can anyone help with how to un-void a deleted observation?
Thankyou
Do the deleted observations show up when you search?
no, the one I deleted doesn’t show up
Can you share a screenshot?
How many rows of data do you have in your openmrs database’s obs table?
How many of those rows have the voided flag set to true?
They are two rows set to true
Take note of the obs_id values. Then in the observation search results, click on any of the results and in the screen that shows up, in the url, replaces the obsId with any of the values in the database.
What url do you see in the browser?
http://localhost:8080/openmrs/admin/observations/obs.form?obsId=10
After replacing obsId=1 to obsId=10
What obs_id do the two voided rows in your database have?
The first has 2 and 12 for the next voided row
Did you try putting those in the url?
No I didn’t, I put what you said I could put, any value from the obs_id
Put any of the voided values and share the screenshot.
Can you also include the bottom of the screen?