{# # This file is part of MedShakeEHR. # # Copyright (c) 2020 # 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 > dropbox : voir doc # # @author Bertrand Boutillier #}
Patient
{% for k, v in page.patientsPossibles %} {% endfor %}
Nom Prénom Date de naissance Adresse NIR
Fichier {% if page.dataFromFilename.birthname and page.dataFromFilename.lastname %} {{ page.dataFromFilename.lastname|e|upper }} ({{ page.dataFromFilename.birthname|e|upper }}) {% elseif page.dataFromFilename.lastname %} {{ page.dataFromFilename.lastname|e|upper }} {% else %} {{ page.dataFromFilename.birthname|e|upper }} {% endif %} {{ page.dataFromFilename.firstname|e|capitalize }} {{ page.dataFromFilename.birthdate|e|capitalize }} {{ page.dataFromFilename.nss|e }}
#{{ v.id }} {% if v.birthname and v.lastname %} {{ v.lastname|e|upper }} ({{ v.birthname|e|upper }}) {% elseif v.lastname %} {{ v.lastname }} {% else %} {{ v.birthname }} {% endif %} {{ v.firstname|e }} {{ v.birthdate|e }} {{ v.streetNumber|e }} {{ v.street|e }} {{ v.postalCodePerso|e }} {{ v.city|e }} {{ v.nss|e }}
{# le js dans onchange="" permet de récupérer le titre du document avec la dans le champ hidden "dropboxDocTitle" du formulaire "CreerPatient" #}
Document
{% if page.fileData.display == '1' %} {% if page.fileData.displayType == 'img' %}
{% else %} {% endif %} {% else %} Ce document n'est pas prévisualisable. {% endif %}