How i can create new tab (iframe) in openEMR

i want to know how i can create new tab or iframe to openEMR? , and if i add new layout it will be saved in json format ?

Hi @yaqeen,

Yes the new tab added will be saved in json format,

Try out these steps to add new tab in openemr7

1.in this directory /var/www/html/openemr7/library/globals.inc.php, do all configurations for new tab that have to be added in the tab of openemr7.
2. In the file /var/www/html/openemr7/interface/main/tabs/menu/menus/standard.json

Add to the top of the json array like this

3.create a new config file in the directory /var/www/html/openemr7/interface/main/sample_config.php and all configurations required.
4. After doing all these restart apache2 server and check the openemr7 website, you could notice the new tab added at the top left corner ‘sample’

If you have further queries, do drop a mail to openemr.support@visolve.com

-Visolve AI Team

Hi , thank you , its working
but i did not get the point from step 1 ( 1.in this directory /var/www/html/openemr7/library/globals.inc.php, do all configurations for new tab that have to be added in the tab of openemr7.)