{** * Patient search * * @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 *} {headerShow} {literal} {/literal}
{xl t='Name'|escape:'html'}
{if count($result_set) > 0} {/if} {foreach name="search_results" from=$result_set item=result} {foreachelse} {if is_array($result_set)} {/if} {/foreach}
{xl t='Results Found For Search'|escape:'html'} '{$search_string|escape:'html'}'
{xl t='Name'|escape:'html'}{xl t='DOB'|escape:'html'}{xl t='Patient ID'|escape:'html'}
{$result.name|escape:'html'} {$result.DOB|escape:'html'} {$result.pubpid|escape:'html'}
{xl t='No Results Found For Search'|escape:'html'} '{$search_string|escape:'html'}'