My last request for the left pane view: In the old layout style, when I list encounters and chose one to edit I easily know what encounter I am on as the encounter date is displayed prominently on the right side of the bar that shows the name, DOB and age of the active patient. Could we have that fixed please in the tree view?
I am not sure why the change was made to tree view by default, but it is a VERY simple matter to change back to your familiar radio button view. In face, the work being done on the instruction manual ONLY displays the radio button view, so I hope the powers that be will fix it back to the radio button default.
You must edit the globals.php file, which you will find in …xampp/htdocs/openemr/interface/ assuming you did a normal install. The globals.php file has a value as distributed for 3.0.1 of "2" near line 101 for
$GLOBALS[‘concurrent_layout’] = 2;
which you need to change to "1" if you want the radio button view (which will have your desired appearance) or "0" for the original view. I believe the Radio Button view should be the de-facto default so the instructions, etc, are consistent for newbies. Hope that helps.
We definitely want to have all three views consistent regarding this feature. I’d suggest placing this in the ‘Tracker’ (link on above sourceforge menu) under ‘Feature Request’, so one of us gets to it when we get some free time. Otherwise, good requests like this get forgotten in the forums.