Back to Openemr

General Fragment

templates/prescription/general_fragment.html

latest913 B
Original Source

{** * Prescription General Fragment * * @package OpenEMR * @link https://www.open-emr.org * @author Brady Miller * @author Sherwin Gaddis * @copyright Copyright (c) 2017 Brady Miller * @copyright Copyright (c) 2019 Sherwin Gaddis * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 *} {if empty($prescriptions)} {xlt t='None'} {else}

{xlt t='Drug'}{xlt t='Details'}{xlt t='Qty'}{xlt t='Refills'}{xlt t='Filled'}
{foreach from=$prescriptions item=prescription} {if $prescription->get_active() > 0}{$prescription->drugtext}{$prescription->get_size()text}{$prescription->get_unit_display()
{/if} {/foreach}

{/if}