{# # This file is part of MedShakeEHR. # # Copyright (c) 2017 # Bertrand Boutillier # http://www.medshake.net # # MedShakeEHR is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # any later version. # # MedShakeEHR is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with MedShakeEHR. If not, see . #/ /## # Template > patient : tab dossier médical # # @author Bertrand Boutillier # @contrib fr33z00 #} {# menu supérieur #} {% include('inc-patientTabDossierMedicalMenuSup.html.twig') %}
{% include('inc-patientLatCol.html.twig') %}
{# colonne principale #}
{# Div d'import de nouveau doc #}
{% include 'importDocForm.html.twig' %}
{# mot suivi #} {% if config.optionsDossierPatientActiverMotSuivi == 'true' %}
{% include 'patientMotSuivi.html.twig' %}
{% endif %} {# historique du jour #}
{% include 'patientHistoriqueToday.html.twig' %}
{# panel pour affichage erreurs #} {% include 'inc-patientTabDossierMedicalAlerteValidationForm.html.twig' %} {# Div d'insertion de nouveau reglement #}
{# Div d'insertion de nouveau courrier #}
{# Div d'insertion de nouvelle ordonance #}
{# Div d'insertion de nouvelle consultation #}
{# Div d'insertion de nouveau mail #}
{# Synthèse patient #} {% include 'patientSynthese.html.twig' %} {# Historique complet #}
{% include 'patientHistoriqueMedical.html.twig' %}