2 * Prescription General Fragment
5 * @link http://www.open-emr.org
6 * @author Brady Miller
<brady.g.miller@gmail.com
>
7 * @copyright Copyright (c)
2017 Brady Miller
<brady.g.miller@gmail.com
>
8 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License
3
11 {if empty($prescriptions)}
13 <td> {xl t='None'|escape:'html'}
</td>
16 {foreach from=$prescriptions item=prescription}
17 {if $prescription-
>get_active()
> 0}
19 <td>{$prescription-
>drug|escape:'html'}
</td>
20 <td>{$prescription-
>get_dosage_display()|escape:'html'}
</td>