{** * Prescription General Block * * @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 *} {literal} {foreach from=$prescriptions item=prescription} {if $prescription->get_active() > 0} {/if} {/foreach}
{$prescription->drug|text} {$prescription->get_dosage_display()|text}