{** * 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 isset($drug_options) && $drug_options}
{html_options name="drug" class="form-control" values=$drug_values options=$drug_options}
{else} {if isset($NO_RESULTS)}{$NO_RESULTS|text}{else}{xlt t='No results'}{/if}
{/if}