Difference between revisions of "Pharmacy Dispensary Module Configuration"
From OpenEMR Project Wiki
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''';<…') |
Bradymiller (talk | contribs) |
||
Line 4: | Line 4: | ||
$GLOBALS['inhouse_pharmacy'] = '''true''';<br> | $GLOBALS['inhouse_pharmacy'] = '''true''';<br> | ||
<br> | <br> | ||
To get an idea of how to use this module, go [[Pharmacy Dispensary Module | To get an idea of how to use this module, go [[Pharmacy Dispensary Module|HERE]].<br> | ||
<br> | <br> |
Revision as of 10:42, 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.