{# # 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 > models4print : ordonnance ALD # # @author Bertrand Boutillier #} {% set tag = page.courrier %} {% set ms = page.courrier.medoc.standard %} {% set ma = page.courrier.medoc.ald %}

Le {{ tag.date|date("d/m/Y") }}

Prescriptions relatives au traitement de l'affection de longue durée reconnue (liste ou hors liste)
(AFFECTION EXONERANTE)
{% if tag.ordoImpressionNbLignes != 'n' %}

{{ ma|length }} ligne{% if ma|length > 1 %}s{% endif %} de prescriptions

{% endif %} {% for v in ma %}

{{ v|nl2br }}

{% endfor %}
Prescriptions SANS RAPPORTS avec l'affection de longue durée
(MALADIES INTERCURRENTES)
{% if tag.ordoImpressionNbLignes != 'n' %}

{{ ms|length }} ligne{% if ms|length > 1 %}s{% endif %} de prescriptions

{% endif %} {% for v in ms %}

{{ v|nl2br }}

{% endfor %}