{# # 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 . #/ /## # LAP > monographie > Effets indesirables # # @author Bertrand Boutillier #}
{% for key, fiche in page.effetsindesirables.effindSpe %}
{% if fiche.data.libind %}

{{ fiche.data.libind }} {% if fiche.liste | length > 1 %} ({{ fiche.liste|length }} fiches) {% endif %}

{% endif %}
Effets indésirables cliniques
    {% for idfiche, array in fiche.liste %} {% if fiche.liste[idfiche][1] | length > 0 and fiche.liste | length > 1 %}
  • Fiche {{ loop.index }} :
  • {% endif %} {% for idtype, item in array[1] %}
  • {{ item }}
  • {% endfor %} {% endfor %}
Effets indésirables paracliniques
    {% for idfiche, array in fiche.liste %} {% if fiche.liste[idfiche][2] | length > 0 and fiche.liste | length > 1 %}
  • Fiche {{ loop.index }} :
  • {% endif %} {% for idtype, item in array[2] %}
  • {{ item }}
  • {% endfor %} {% endfor %}
{% endfor %}
{% for key, fiche in page.effetsindesirables.effindSpeS %}

{{ fiche.data.libind }} {% if fiche.liste | length > 1 %} ({{ fiche.liste|length }} fiches) {% endif %}

Effets indésirables cliniques
    {% for idfiche, array in fiche.liste %} {% if fiche.liste[idfiche][3] | length > 0 and fiche.liste | length > 1 %}
  • Fiche {{ loop.index }} :
  • {% endif %} {% for idtype, item in array[3] %}
  • {{ item }}
  • {% endfor %} {% endfor %}
Effets indésirables paracliniques
    {% for idfiche, array in fiche.liste %} {% if fiche.liste[idfiche][4] | length > 0 and fiche.liste | length > 1 %}
  • Fiche {{ loop.index }} :
  • {% endif %} {% for idtype, item in array[4] %}
  • {{ item }}
  • {% endfor %} {% endfor %}
{% endfor %}