Back to Openemr

General Lookup

templates/prescription/general_lookup.html

latest630 B
Original Source

{** * Prescription General Lookup * * @package OpenEMR * @link https://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}

{xlt t='Select'} | {xlt t='Cancel'} | {xlt t='New Search'} {else} {if isset($NO_RESULTS)}{$NO_RESULTS|text}{else}{xlt t='No results'}{/if}

{/if}