This is to give other developers the opportunity for code review before I push to SF. I hope the commit titles are reasonably explanatory - just let me know if any questions.
So you’re saying to check if more than one patient matches incoming results on first and last name and DOB, and SSNs are not used, and to require user intervention in that case?
Hi,
The strtoupper() won’t work for utf8 characters (for example, special spanish characters and other more obvious chinese characters). I don’t think it’s much of an issue, because it likely just returns the original form if doesn’t find a mapping, but could run a special spanish and a greek character through it to see what happens; would hate to see it turn into gibberish.
-brady OpenEMR
I’ve made a couple of suggested improvements, rebased it all into 2 commits and pushed to SF. Thanks to Brady and MD Support for the comments and suggestions!
Thanks for the improvement in the labs…I applied your new changes from github. After going to electronic results and searching for a lab result, if we click on the date (which is hyperlinked) it gives a blank white page. See attachment below
Has the date been hyperlinked for a purpose? if not, then you can change the date to non clickable form. BTW, the patient redirect works flawlessly from the electronic result page. Thank you so much for that