Pharmacy Dispensary Module Configuration

From OpenEMR Project Wiki
Revision as of 10:39, 10 November 2009 by Bradymiller (talk | contribs) (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''';<…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.