{# # This file is part of MedShakeEHR. # # Copyright (c) 2018 # 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 > patient : tab pour données biologiques # # @author Bertrand Boutillier # #} {% if page.datesBio|length < 1 %}
Aucune donnée HPRIM n'a été trouvée en base pour ce dossier patient.
{% else %}

NB : seule la biologie reçue par mail et contenant des données HPRIM valides est affichée ici. Les antériorités sont affichées sous réserve d'un codage cohérent entre les sources reçues.

Résultats HPRIM numériques

{% if page.bioAnt %} {% endif %} {% if page.bioAnt %} {% for antDate, ante in page.bioAnt %} {% endfor %} {% endif %} {% for v in page.bio %} {% if v.typeResultat == 'N' %} {% if page.bioAnt %} {% for antDate, ante in page.bioAnt %} {% endfor %} {% endif %} {% endif %} {% endfor %}
  {{ page.dateCouranteBio|date("d/m/Y") }}Antériorités (3/{{ page.bioAntCount }} trouvées)
Analyse Résultat Normale inf. Normale sup.{{ antDate|date("d/m/Y") }}
{{ v.label }} {{ v.resultat }} {{ v.unite }} {{ v.normaleInf }} {{ v.normaleSup }}{{ ante[v.labelStandard]['resultat'] }} {{ ante[v.labelStandard]['unite'] }}
{% if page.docsID|length > 0 %}

Documents correspondants

{% for objetid, titre in page.docsID %}
Document #{{ objetid }}{% if titre %} : {{ titre }}{% endif %}
{% endfor %}
{% endif %}
{% endif %}