{# # 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 > mode d'administration + Utilisation/Manipulation/Elimination/Incompatibilités # # @author Bertrand Boutillier #}

Mode d'administration :

{% for ref in page.modeAdministration.posoComUti.1 %} {% if ref.grp == '3' %} {% if loop.first %} {% endif %}
Voie(s) d'administration
    {% for voie in page.modeAdministration.voieSpe %}
  • {{ voie.txtvoie }}
  • {% endfor %}
Modalité(s)
    {% for modalite in page.modeAdministration.posoComUti.1 %} {% if modalite.grp starts with '2.' %}
  • {{ modalite.info_01 }}
  • {% endif %} {% endfor %}
{{ page['modeAdministration']['posoComUti']['2']['0']['texte']|nl2br }}
Référence(s) officielle(s)
    {% endif %}
  • {{ ref.info_01 }} {{ ref.date_01|date("d/m/Y") }}
  • {% endif %} {% endfor %} {% if loop.index > 0 %}

Utilisation / Manipulation / Elimination / Incompatibilités :

{% for ref in page.modeAdministration.posoComUti.3 %} {{ ref.texte|nl2br }} {% endfor %}