Difference between revisions of "Pharmacy Dispensary Module Configuration"

From OpenEMR Project Wiki
m (1 revision: second)
Line 1: Line 1:
This module will support in-house prescription dispensing.<br>
This module will support in-house prescription dispensing.<br>
<br>
<br>
To turn on, '''Edit''' the openemr/interface/globals.php file:<br>
To turn on, within OpenEMR configure the Administration->Globals->Features->'Drugs and Products' setting.
$GLOBALS['inhouse_pharmacy'] = '''true''';<br>
<br>
<br>
To get an idea of how to use this module, go [[Pharmacy Dispensary Module|HERE]].<br>
To get an idea of how to use this module, go [[Pharmacy Dispensary Module|HERE]].<br>
<br>
<br>

Revision as of 21:56, 5 October 2011

This module will support in-house prescription dispensing.

To turn on, within OpenEMR configure the Administration->Globals->Features->'Drugs and Products' setting.
To get an idea of how to use this module, go HERE.