DEA # Not Printing On RX

mike-h30 wrote on Tuesday, September 02, 2008:

Is there a change in 2.9.0 that allows whether to choose to have the physician’s DEA number printed on the script? 

The DEA number was printing on the script in 2.8.3 but not in 2.9.0.  I verified that the DEA number is in "federaldrugid" of the users table.

If this is a ACL issue, I am still working on getting ACL to work for me from within OpenEMR-2.9.0.  I am still able to use ACL outside of OpenEMR-2.9.0 like I did with 2.8.3.

Regards,

-Mike

omo66 wrote on Tuesday, September 02, 2008:

hi,
Change show DEA to true   see  file   C:\xampp\htdocs\openemr\includes\config.php

//use FL for FLORIDA compatible format, leave blank for default
$GLOBALS[‘oer_config’][‘prescriptions’][‘format’] = “”;

// Set this to true if you want the drug DEA number printed on prescriptions by default
$GLOBALS[‘oer_config’][‘prescriptions’][‘show_DEA’] = false;

mike-h30 wrote on Tuesday, September 02, 2008:

Thanks Omar!  I over looked this when I upgraded.

-Mike

bdwderm wrote on Tuesday, September 02, 2008:

That works but I’ve notice that our facility name is not appearing on the script. Any thoughts?

Also, does anyone know which file or CSS defines the fonts size and style of the script?

Thanks,

Brent