Customization of the Encounter

lasan13 wrote on Thursday, January 15, 2015:

Hi All,
I want to do some customization for the patient encounter

  1. I want to remove some fields in the “New encounter form”. How to edit “New Encounter form”.
  2. In the encounter details page there are navigation menu with "Administration & Clinical " sub-menus. I want remove some forms in these sub-menus. How can I edit this navigation menu.
  3. I have create a LBF for the encounter but it’s under submenu name “Layout Based” .Can we change this sub menu name?

Please advice me on this
Thank you

fsgl wrote on Thursday, January 15, 2015:

  1. Open frame in another tab for the path to the .php file.
  2. See attachment.
  3. Good question. Any hints in openemr/interface/patient_file/encounter/forms.php?

epsdky wrote on Thursday, January 15, 2015:

Hello Muditha,

In the file (Version 4.2.0)…

openemr/interface/patient_file/encounter/new_form.php

Locate line 224…

 $StringEcho.= "<li class=\"encounter-form-category-li\"><a href='JavaScript:void(0);' onClick=\"mopen('lbf');\" >".xl('Layout Based') ."</a><div id='lbf' ><table border='0' cellspacing='0' cellpadding='0'>";

And change 'Layout Based' to something that you would like.

Regards,

epsdky.

visolveemr wrote on Friday, January 16, 2015:

Hello Muditha,

To Edit the “New Encounter Form” you may need to edit the file interface/forms/newpatient/common.php for the interface changes and edit the file save.php in the same path for saving functionality changes.

Thanks
OpenEMR Customization/Support Team,
ViSolve Inc
services@visolve.com
Demo’s @ ViSolve Demo Library

lasan13 wrote on Friday, January 16, 2015:

Hi Fsgl,epsdky and ViSolve
Thanks guys…
Really appreciate your quick responses… :slight_smile: