Difference between revisions of "Role Based Menus"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) |
Bradymiller (talk | contribs) |
||
Line 1: | Line 1: | ||
: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. | :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. | ||
:*Select menu for a user in Administration->Users ('Main Menu Role' setting) | :*Main Menu | ||
::*Can select a standardized options (Standard, Answering Service, Front Office) | ::*Select menu for a user in Administration->Users ('Main Menu Role' setting) | ||
::*Can select custom options which are stored at: sites/<site>/documents/custom_menus/ | :::*Can select a standardized options (Standard, Answering Service, Front Office) | ||
:::*An example of this is the Custom option (note that any .json menu file stored in above location can be selected) | :::*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) |
Revision as of 15:43, 6 May 2018
- 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)