Difference between revisions of "Pharmacy Dispensary Module Configuration"

From OpenEMR Project Wiki
m (1 revision: Pharmacy_Dispensary_Module_Configuration)
 
(4 intermediate revisions by the same user not shown)
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.<br>
$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>
[[Category:Configuration Guide]]

Latest revision as of 19:33, 24 April 2012

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.