{# # 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 > patient : tableau des ATCD structuré # # @author Bertrand Boutillier # #} {% if atcd %} {% for atcdId, atc in atcd %} {% endfor %}
{{ atc.atcdStrucCIM10Label.value }}
{% if atc.atcdStrucDateDebutAnnee.value %} {% endif %} {% if atc.atcdStrucDateFinAnnee.value %} {% endif %} {% if atc.atcdStrucNotes.value %} {% endif %}
Code CIM 10 {{ atc.atcdStrucCIM10.value }}
LAP {% if atc.atcdStrucCIM10InLap.value == 'o' %}pris en compte{% else %}non pris en compte{% endif %}
Début {% if atc.atcdStrucDateDebutJour.value > 0%}{% if atc.atcdStrucDateDebutJour.value < 10 %}0{% endif %}{{ atc.atcdStrucDateDebutJour.value }}/{% endif %}{% if atc.atcdStrucDateDebutMois.value > 0 %}{% if atc.atcdStrucDateDebutMois.value < 10 %}0{% endif %}{{ atc.atcdStrucDateDebutMois.value }}/{% endif %}{{ atc.atcdStrucDateDebutAnnee.value }}
Fin {% if atc.atcdStrucDateFinJour.value > 0%}{% if atc.atcdStrucDateFinJour.value < 10 %}0{% endif %}{{ atc.atcdStrucDateFinJour.value }}/{% endif %}{% if atc.atcdStrucDateFinMois.value > 0 %}{% if atc.atcdStrucDateFinMois.value < 10 %}0{% endif %}{{ atc.atcdStrucDateFinMois.value }}/{% endif %}{{ atc.atcdStrucDateFinAnnee.value }}
Notes:
{{ atc.atcdStrucNotes.value|nl2br }}
Auteur {{ atc.fromName }}
Ajout le {{ atc.atcdStrucCIM10.registerDate }}
{% endif %}