{# # 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 > indications # # @author Bertrand Boutillier #}

{{ page['indications']['indSpe']|length }} indication{% if page['indications']['indSpe']|length > 1 %}s{% endif %}

{% set rand = random(10000) %}
{% for indication in page['indications']['indSpe'] %} {# se simplifier la vie #} {% set indicDet = page['indications']['detInd'][indication.codeind] %} {% set indicRef = page['indications']['refInd'][indication.codeind] %} {% set speSmr = page['indications']['smrSpe'][indication.codeind] %}

{{ indication.fin_texte|nl2br }}

{% if indicDet['4'] is not empty %}

Agent(s) étiologique(s)

    {% for etio in indicDet['4'] %}
  • {{ etio.libcourt }}
  • {% endfor %}
{% endif %} {% if speSmr is not empty %}

SMR de l'indication

    {% for smr in speSmr|slice(-1, 1) %}
  • {{ smr.textsmr }} {% if config.theriaqueMode == 'WS' %}{{ smr.dtsmr }}{% else %}{{ smr.dtsmr|date("d/m/Y") }}{% endif %}
  • {% endfor %}
{% endif %} {% if indicRef is not empty %}

Référence(s) officielle(s)

    {% for ref in indicRef %}
  • {{ ref.referind }} {% if config.theriaqueMode == 'WS' %}{{ ref.dtrefind }}{% else %}{{ ref.dtrefind|date("d/m/Y") }}{% endif %}
  • {% endfor %}
{% endif %} {% if indicDet['5'] is not empty %}

CIM10

{% for cim10 in indicDet['5'] %} {% endfor %}
{{ cim10.libcourt }} {% if cim10.liblong %}
{{ cim10.liblong }}{% endif %}
{{ cim10.codefils }}
{% endif %}
{% endfor %}