{# # 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 > composition # # @author Bertrand Boutillier #} {% if page.composition.subSpe4 is not empty %} {% for subSpe4 in page.composition.subSpe4 %}

{{ subSpe4.libsubst }} :

    {% for subSpe3 in page.composition.subSpe3 %} {% if subSpe3.compordre == subSpe4.numordre and subSpe3.typsubst != 'E' %} {% if loop.index == 1 %}
  • Substance(s) active(s) :
  • {% endif %}
  • {{ subSpe3.libsubst }} {% if subSpe3.dosesubst > 0 %}{{ subSpe3.dosesubst|number_format(2, ',', '') }} {{ subSpe3.udosesubst }}{% endif %}
  • {% endif %} {% endfor %} {% for subSpe3 in page.composition.subSpe3 %} {% if subSpe3.compordre == subSpe4.numordre and subSpe3.typsubst == 'E' %} {% if loop.index == 1 %}
  • Excipient(s) :
  • {% endif %}
  • {{ subSpe3.libsubst }} {% if subSpe3.dosesubst %}{{ subSpe3.dosesubst|number_format(2, ',', '') }} {{ subSpe3.udosesubst }}{% endif %} {% if subSpe3.effetnotoire in ['o', 'O'] %} excipient à effet notoire{% endif %}
  • {% endif %} {% endfor %}
{% endfor %} {% else %}

Composition :

    {% for subSpe3 in page.composition.subSpe3 %} {% if subSpe3.typsubst != 'E' %} {% if loop.index == 1 %}
  • Substance(s) active(s) :
  • {% endif %}
  • {{ subSpe3.libsubst }} {{ subSpe3.dosesubst }} {{ subSpe3.udosesubst }}
  • {% endif %} {% endfor %} {% for subSpe3 in page.composition.subSpe3 %} {% if subSpe3.typsubst == 'E' %} {% if loop.index == 1 %}
  • Excipient(s) :
  • {% endif %}
  • {{ subSpe3.libsubst }} {% if subSpe3.dosesubst %}{{ subSpe3.dosesubst }} {{ subSpe3.udosesubst }}{% endif %} {% if subSpe3.effetnotoire in ['o', 'O'] %} excipient à effet notoire{% endif %}
  • {% endif %} {% endfor %} {% if page.composition.speData.sp_ph is not empty %}
  • pH de la spécialité : {{ page.composition.speData.sp_ph }}
  • {% endif %}
{% endif %} {% if page.composition.subTeneurSpe is not empty %}

Teneurs :

    {% for teneur in page.composition.subTeneurSpe %}
  • {{ teneur.teneur }} {% if teneur.dosage > 0 %} {{ teneur.qualificatif }} {{ teneur.dosage|number_format(2, ',', '') }} {{ teneur.unitenom }} {% if teneur.dosage_equiv %} soit {{ teneur.dosage_equiv|number_format(2, ',', '') }} {{ teneur.unitenom_equiv }}{% endif %} {% endif %}
  • {% endfor %}
{% endif %}

Précision(s) composition :

{% for subPreSpe in page.composition.subPreCompSpe %} {{ subPreSpe.textprec|nl2br }} {% endfor %}