{# * portal_patient_report.html.twig * * @package OpenEMR * @link https://www.open-emr.org * @author Jerry Padgett * @author Brady Miller * @author Stephen Nielson * @copyright Copyright (c) 2016-2020 Jerry Padgett * @copyright Copyright (c) 2019 Brady Miller * @copyright Copyright (C) 2024 Open Plan IT Ltd. * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 #} {% include "portal/partial/reports/patient_report/_head.html.twig" %}
{{ "Patient Report"|xlt }}   {{ "Check All"|xlt }} | {{ "Clear All"|xlt }} {% include "portal/partial/reports/patient_report/_section_list.html.twig" %}
{% include "portal/partial/reports/patient_report/_issues_encounters_form.html.twig" with {encounters: encounters, issues: issues} %} {% include "portal/partial/reports/patient_report/_procedure_orders.html.twig" with {procedureOrders: procedureOrders} %} {% include "portal/partial/reports/patient_report/_documents.html.twig" with {documents: documents} %}
   
{% include "portal/partial/reports/patient_report/_body_scripts.html.twig" with { phimail_enable: phimail_enable ,phimail_ccd_enable: phimail_ccd_enable ,phone_country_code: phone_country_code } %}