{# # 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 physio patient # # @author Bertrand Boutillier # #} {# poids #} {% if page.patientBasicPhysio.poids.statut == 'missingValue' %} {% elseif page.patientBasicPhysio.poids.statut == 'ok' or page.patientBasicPhysio.poids.statut == 'oldValue' %} {% endif %} {# taille #} {% if page.patientBasicPhysio.taillePatient.statut == 'missingValue' %} {% elseif page.patientBasicPhysio.taillePatient.statut == 'ok' %} {% endif %} {# clairance #} {% if page.patientBasicPhysio.clairanceCreatinine.statut == 'incorectValue' %} {% elseif page.patientBasicPhysio.clairanceCreatinine.statut == 'ok' %} {% endif %} {# statut hépatique #} {% if page.patientBasicPhysio.statutHepatique.statut == 'missingValue' or page.patientBasicPhysio.statutHepatique.statut == 'statutHepatiqueInconnu' %} {% else %} {% endif %}
Poids : valeur manquante !
{% if page.patientBasicPhysio.poids.statut == "oldValue" %}{% endif %} Poids : {{ page.patientBasicPhysio.poids.value|replace({'.':','}) }} kg {% if page.patientBasicPhysio.poids.statut == "oldValue" %} - poids à actualiser !{% endif %}
Auteur {{ page.patientBasicPhysio.poids.from }}
Ajout le {{ page.patientBasicPhysio.poids.date }}
Taille : valeur manquante !
Taille : {{ page.patientBasicPhysio.taillePatient.value|replace({'.':','}) }} cm
Auteur {{ page.patientBasicPhysio.taillePatient.from }}
Ajout le {{ page.patientBasicPhysio.taillePatient.date }}
Clairance Cr. : valeur manquante !
Clairance créatinine : {{ page.patientBasicPhysio.clairanceCreatinine.value|replace({'.':','}) }} ml/min
Auteur {{ page.patientBasicPhysio.clairanceCreatinine.from }}
Ajout le {{ page.patientBasicPhysio.clairanceCreatinine.date }}
Statut hépatique non précisé
Pas d'insuffisance hépatique connue {% elseif page.patientBasicPhysio.statutHepatique.statut == 'statutHepatiqueIhl' %} table-warning"> Insuffisance hépatique légère {% elseif page.patientBasicPhysio.statutHepatique.statut == 'statutHepatiqueIhm' %} table-danger"> Insuffisance hépatique modérée {% elseif page.patientBasicPhysio.statutHepatique.statut == 'statutHepatiqueIhs' %} table-danger"> Insuffisance hépatique sévère {% endif %}
Auteur {{ page.patientBasicPhysio.statutHepatique.from }}
Ajout le {{ page.patientBasicPhysio.statutHepatique.date }}
{# grossesse #} {% if page.patientBasicPhysio.grossesse.statut != 'notConcerned' %} {% if page.patientBasicPhysio.grossesse.statut == 'missingValue' %} {% elseif page.patientBasicPhysio.grossesse.statut == 'termeDepasse46SA' %} {% elseif page.patientBasicPhysio.grossesse.statut == 'absenceGrossesse' %} {% elseif page.patientBasicPhysio.grossesse.statut == 'grossesseEnCours' %} {% endif %}
Grossesse : information manquante !
Terme > 46SA !
DDR {{ page.patientBasicPhysio.grossesse.ddr }}
DDG {{ page.patientBasicPhysio.grossesse.ddg }}
Auteur {{ page.patientBasicPhysio.grossesse.from }}
Ajout le {{ page.patientBasicPhysio.grossesse.date }}
Pas de grossesse connue
Terme : {{ page.patientBasicPhysio.grossesse.terme }}
DDR {{ page.patientBasicPhysio.grossesse.ddr }}
DDG {{ page.patientBasicPhysio.grossesse.ddg }}
Auteur {{ page.patientBasicPhysio.grossesse.from }}
Ajout le {{ page.patientBasicPhysio.grossesse.date }}
{% endif %} {# allaitement #} {% if page.patientBasicPhysio.allaitement.statut != 'notConcerned' %} {% elseif page.patientBasicPhysio.allaitement.statut == 'alerteAllaitementLong' %} table-danger alerteMsg" data-alertemsg="L'état d'allaitement dure depuis plus de 3 ans." data-typeAlert="lapAlertPatientAllaitementSup3Ans"> {% else %} table-gray"> {% endif %}
{% if page.patientBasicPhysio.allaitement.statut == 'absenceAllaitement' %} Non allaitante actuellement {% elseif page.patientBasicPhysio.allaitement.statut == 'allaitementEnCours' %} Allaitement en cours {% elseif page.patientBasicPhysio.allaitement.statut == 'alerteAllaitementLong' %} Allaitement > 3 ans ? {% endif %}
{% if page.patientBasicPhysio.allaitement.basedOn =='value' %} {% endif %}
Modifier {% if page.patientBasicPhysio.allaitement.basedOn =='missingValue' %} {% elseif page.patientBasicPhysio.allaitement.statut == 'absenceAllaitement' %} {% elseif page.patientBasicPhysio.allaitement.statut == 'allaitementEnCours' or page.patientBasicPhysio.allaitement.statut == 'alerteAllaitementLong' %} {% endif %}
Auteur {{ page.patientBasicPhysio.allaitement.from }}
Ajout le {{ page.patientBasicPhysio.allaitement.date }}
{% endif %}