Making a tickler note renders chart unusable
open source web-based Electronic Medical Record (EMR) system
Brought to you by:
davidhcchan,
jaygallagher
Replicated in Master (build# 2168)
Pre-condition: Active Tickler is added to the Patient Record
Steps to replicate:
Expected: Encounter note is saved/signed and saved
Observed: HTTP Status 500 is triggered.
NOTE: Attached full stack trace
Screen shot is attached
https://source.oscartools.org:8080/10992
Re-tested Master commit: https://source.oscartools.org:8080/10992
Observed: issue still persists
The check I added looks to see if there exists an entry in the casemgmt_issue table where issue_id = ? and demographic_no = ?. If an entry exists, it should not create a new one.
Can you run this on your db and substitute in your patient id
select ci.*,i.code from casemgmt_issue ci,issue i where ci.issue_id=i.issue_id and demographic_no = <patient.id>;</patient.id>
and post the results. If you have a patient that's already messed up, the fix doesn't backfix the data as it's never been put into production, it shouldn't be a concern.
Tested on demo server https://demo.oscarmcmaster.org:11246/oscar_twelve/index.jsp:
Last edit: SBek 2014-10-31
Also tested SFHC demo (oct2014AlphaMaster-1)-> Error is produced
when i go onto the demo server, create a new patient (test,tickler2), the tickler note button doesn't work for me so I can't continue. You don't get this issue?
https://source.oscartools.org:8080/11158
Re-tested Master build #2249 -> issue has been resolved
The tickler note button doesn't work when you access it from the encounter screen on demo server. It works fine on local machine as well as the clinic's test server. Check it later when demo server will be upgraded if it reoccurs again.
Workaround is available: add a tickler note from the main Ticklers tab.