Difference between revisions of "Pharmacy Dispensary Module Configuration"

From OpenEMR Project Wiki
(Created page with 'This module will support in-house prescription dispensing.<br> <br> To turn on, '''Edit''' the openemr/interface/globals.php file:<br> $GLOBALS['inhouse_pharmacy'] = '''true''';<…')
(No difference)

Revision as of 10:39, 10 November 2009

This module will support in-house prescription dispensing.

To turn on, Edit the openemr/interface/globals.php file:
$GLOBALS['inhouse_pharmacy'] = true;

To get an idea of how to use this module, go HERE.