{** * Prescription General Lookup * * @package OpenEMR * @link http://www.open-emr.org * @author Brady Miller * @copyright Copyright (c) 2017 Brady Miller * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 *} {headerTemplate}
{if $drug_options}
{html_options name="drug" class="form-control" values=$drug_values options=$drug_options}
{else} {$NO_RESULTS|text}
{/if}