{# # 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 > lap : tableau de résultat de recherche de médicaments pour lap Outils # # @author Bertrand Boutillier # #}
{% if page.medicListeSpe | length > 0 %} {% for medic in page.medicListeSpe %} {% for pres in medic.presentations %} {% endfor %} {% endfor %}
Nom Substances actives Codes Forme Prix/UCD Taux SS
{{ medic.sp_nom|trim('§') }} {% if medic.statutDelivrance.rh == 'OUI' or medic.statutDelivrance.ph == 'OUI' or medic.statutDelivrance.puh == 'OUI' or medic.statutDelivrance.sp == 'OUI' or medic.statutDelivrance.ps == 'OUI' or medic.statutDelivrance.prep_h == 'OUI' or medic.statutDelivrance.atu == 'OUI' %} {% endif %} {% if pres.reservhop != 'NON' %} H {% endif %} {% if pres.pre_adm %}
{{ pres.pre_adm }} {% endif %}
    {% for code,suba in page.suba[medic.sp_code_sq_pk] %}
  • {{ suba }} ({{ code }})
  • {% endfor %}
  • Code spécialité : {{ medic.sp_code_sq_pk }}
  • Code présentation : {{ pres.pre_code_pk }}
  • Code ATC : {{ pres.pre_catc_code_fk }}
{% if pres.pre_nat %} {{ pres.pre_nat }}{% endif %} {% if medic.prixEstim %} {{ medic.prixEstim|number_format(2, ',', ' ') }}€ {% endif %} {% if pres.rbtVille not in ['0 %'] %} {{ pres.rbtVille }}{% endif %}
{% else %} {% endif %}