Situation
Some of our clients, have inquired about the exclamations marks on the demographics page. I was wondering if there was a way to stop those from showing up, or if it’s some kind of bug.
OpenEMR Version
I’m using OpenEMR version
Browser:
I used Firefox, Chrome, and Internet Explorer.
@topnoch,
If you wish to stop the exclamation marks showing in demographics page, you can make some minor changes. File Name : library/options.inc.php Line Number : 2020
Comment the lines as shown in the image below
This “feature” was introduced in 5.0.2 version. Not sure of the objective of this feature.
If the objective is to show the user that the field was not mandatory and was never filled then we can display “!” mark but that may confuse the user. This is a usability question and any views are greatly appreciated.
It is better to remove the “!” mark when the field is empty.
We will be more than happy to implement the solution once the solution is agreed.
-Visolve-101
Thank you for your response, I really appreciate all the feedback. I also consider this a bug, since it’s displayed even in fields it shouldn’t be. Once again, thank you for your help.