Role Based Menus
From OpenEMR Project Wiki
Revision as of 15:43, 6 May 2018 by Bradymiller (talk | contribs)
- Starting in OpenEMR 5.0.1, there is support for role based menus. There are several standard menus and there is a mechanism to support unlimited number of custom menus.
- Main Menu
- Select menu for a user in Administration->Users ('Main Menu Role' setting)
- Can select a standardized options (Standard, Answering Service, Front Office)
- Can select custom options which are stored at: sites/<site>/documents/custom_menus/
- An example of this is the Custom option (note that any .json menu file stored in above location can be selected)
- Patient Summary Menu
- Select menu for a user in Administration->Users ('Patient Menu Role' setting)
- Can select a standardized option
- Can select custom options which are stored at: sites/<site>/documents/custom_menus/patient_menus/
- An example of this is the Custom option (note that any .json menu file stored in above location can be selected)