{** * Prescription General Fragment * * @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 *} {if empty($prescriptions)} {/if} {foreach from=$prescriptions item=prescription} {if $prescription->get_active() > 0} {/if} {/foreach}
  {xl t='None'|escape:'html'}
{$prescription->drug|escape:'html'} {$prescription->get_dosage_display()|escape:'html'}