{# * _procedure_orders.html.twig * * @package OpenEMR * @link https://www.open-emr.org * @author Jerry Padgett * @author Stephen Nielson * @copyright Copyright (c) 2016-2024 Jerry Padgett * @copyright Copyright (C) 2024 Open Plan IT Ltd. * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 #} {% if procedureOrders|length > 0 %}
{% for row in procedureOrders %} {% endfor %}
{{ 'Procedures'|xlt }}   {{ 'Order Date'|xlt }}   {{ 'Encounter Date'|xlt }}   {{ 'Order Descriptions'|xlt }}
{% endif %}