Back to Openemr

General Block

templates/prescription/general_block.html

latest451 B
Original Source

{** * Prescription General Block * * @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 *}

{foreach from=$prescriptions item=prescription} {if $prescription->get_active() > 0} | {$prescription->drug|text} | {$prescription->get_dosage_display()|text} | {/if} {/foreach}