{# # 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 > lap : historique des tt # # @author Bertrand Boutillier # #} {% for mois, jours in page.histoTT %} {% for jour, medics in jours %} {% endfor %} {% endfor %}
DÉBUT FIN
{{ mois }}
{% if medics.start %}
    {% for medic in medics.start %} {% if medic.ordonnanceID > 0 %}
  • {% elseif medic.value.prescripteurInitialTT %}
  • {% else %}
  • {% endif %} {{ medic.value.nomUtileFinal }} : {{ medic.value.posoHumanCompleteTab|join('
    ') }}
    {% if medic.ligneData.isALD == 'true' %} ald{% endif %} {% if medic.ligneData.isChronique == 'true' %} chronique{% endif %}
  • {% endfor %}
{% endif %}
{{ jour }} {% if medics.stop %}
    {% for medic in medics.stop %} {% if medic.ordonnanceID > 0 %}
  • {% elseif medic.value.prescripteurInitialTT %}
  • {% else %}
  • {% endif %} {{ medic.value.nomUtileFinal }} : {{ medic.value.posoHumanCompleteTab|join('
    ') }}
    {% if medic.ligneData.isALD == 'true' %} ald{% endif %} {% if medic.ligneData.isChronique == 'true' %} chronique{% endif %}
  • {% endfor %}
{% endif %}