{# # This file is part of MedShakeEHR. # # Copyright (c) 2017-2021 # 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 > people : voir les infos sur un pro # # @author Bertrand Boutillier # @contrib fr33z00 # @contrib DEMAREST Maxime #} {% extends "page.html.twig" %} {% import "macroForm.html.twig" as f %} {% block title %} {% if page.proData.titre %} {{ page.proData.titre }} {% endif %} {{ page.proData.firstname }} {% if page.proData.lastname and page.proData.birthname %} {{ page.proData.lastname }} (né{% if page.proData.administrativeGenderCode == 'F' %}e{% endif %} {{ page.proData.birthname }}) {% elseif page.proData.lastname %} {{ page.proData.lastname }} {% else %} {{ page.proData.birthname }} {% endif %} - {{ page.proData.job }} - {{ config.designAppName }} {% endblock %} {% block jsFiles %} {{ parent() }} {% if config.optionGeActiverGroupes == 'true' %} {% endif %} {% endblock %} {% block jsEmbed %} {{ parent() }} $(document).ready(function() { if ($('#bodyTabRelationPraticienGroupes').length) setTimeout(getRelationsPraticienGroupesTab($('#identitePatient').attr("data-patientID")), 200); }); {% endblock %} {% block body %} {% if page.proData.dossierType =="deleted" %} {% endif %}

{% if page.proData.titre %} {{ page.proData.titre }} {% endif %} {{ page.proData.firstname }} {% if page.proData.lastname and page.proData.birthname %} {{ page.proData.lastname }} (né{% if page.proData.administrativeGenderCode == 'F' %}e{% endif %} {{ page.proData.birthname }}) {% elseif page.proData.lastname %} {{ page.proData.lastname }} {% else %} {{ page.proData.birthname }} {% endif %} {{ page.proData.job }}

{# univtag pros #} {% if page.univTagsListHtml is not empty %}
Étiquettes du professionnel
{% if page.univTags.typeDroitAjoRet %}
{% endif %}
{{ page.univTagsListHtml }}
{% endif %}
Informations professionnelles
{% if user.rank == 'admin' or page.proDataID == user.id or page.proData.parentID == user.id %} {% endif %}
Informations professionnelles sur ce praticien {% if page.proData.isUser %} et utilisateur{% endif %}
{% if page.proData.isUser == false and config.droitDossierPeutTransformerPraticienEnUtilisateur == 'true' and config.optionGeLoginPassAttribution == 'random' %}
{% endif %}
{% if page.proData.serviceAdressePro or page.proData.etablissementAdressePro %}{% endif %} {# service / etablissement #} {% if page.proData.numAdressePro or page.proData.rueAdressePro or page.proData.codePostalPro or page.proData.villeAdressePro %}{% endif %} {# Adresse pro #} {% if page.proData.telPro %}{% endif %} {# tel pro #} {% if page.proData.telPro2 %}{% endif %} {# tel pro #} {% if page.proData.mobilePhonePro %}{% endif %} {# tel mob pro #} {% if page.proData.faxPro %}{% endif %} {# fax pro #} {% if page.proData.emailApicrypt %}{% endif %} {# email apicrypt #} {% if page.proData.profesionnalEmail %}{% endif %} {# email pro #} {% if page.proData.notesPro %}{% endif %} {# notes pros #}
{% if page.proData.serviceAdressePro %}{{ page.proDataLabel.serviceAdressePro }}{% endif %} {% if page.proData.serviceAdressePro and page.proData.etablissementAdressePro %} - {% endif %} {% if page.proData.etablissementAdressePro %}{{ page.proDataLabel.etablissementAdressePro }}{% endif %} {% if page.proData.serviceAdressePro %}{{ page.proData.serviceAdressePro }} {% endif %} {% if page.proData.serviceAdressePro and page.proData.etablissementAdressePro %} - {% endif %} {% if page.proData.etablissementAdressePro %}{{ page.proData.etablissementAdressePro }}{% endif %}
Adresse professionnelle {% if page.proData.numAdressePro %}{{ page.proData.numAdressePro }} {% endif %} {% if page.proData.rueAdressePro %}{{ page.proData.rueAdressePro }} {% endif %} {% if page.proData.codePostalPro %}{{ page.proData.codePostalPro }} {% endif %} {% if page.proData.villeAdressePro %}{{ page.proData.villeAdressePro }}{% endif %} {% if page.proData.paysAdressePro_label %} - {{ page.proData.paysAdressePro_label }}{% endif %}
{{ page.proDataLabel.telPro }} {% if config.click2callService is not empty %}{% endif %} {{ page.proData.telPro }} {% if config.click2callService is not empty %}{% endif %}
{{ page.proDataLabel.telPro2 }} {% if config.click2callService is not empty %}{% endif %} {{ page.proData.telPro2 }} {% if config.click2callService is not empty %}{% endif %}
{{ page.proDataLabel.mobilePhonePro }} {% if config.click2callService is not empty %}{% endif %} {{ page.proData.mobilePhonePro }} {% if config.click2callService is not empty %}{% endif %}
{{ page.proDataLabel.faxPro }}{{ page.proData.faxPro }}
{{ page.proDataLabel.emailApicrypt }}{{ page.proData.emailApicrypt }}
{{ page.proDataLabel.profesionnalEmail }}{{ page.proData.profesionnalEmail }}
{{ page.proDataLabel.notesPro }}{{ page.proData.notesPro|nl2br }}
{% if page.patientsConnus %}
Patients connus
Patients reliés à ce praticien
{% for v in page.patientsConnus %} {% endfor %}
{{ v.identiteComplete }} - {{ v.ageCalcule }}
{% endif %}
{% if config.PraticienPeutEtrePatient == 'true' %}
Informations personnelles
Informations personnelles sur ce praticien
{% if page.proData.birthdate %}{% endif %} {# ddn #} {% if page.proData.streetNumber or page.proData.street or page.proData.postalCodePerso or page.proData.city %}{% endif %} {# Adresse perso #} {% if page.proData.mobilePhone %}{% endif %} {# tel mob perso #} {% if page.proData.homePhone %}{% endif %} {# tel perso #} {% if page.proData.personalEmail %}{% endif %} {# email perso #} {% if page.proData.notes %}{% endif %} {# notes perso #}
{{ page.proDataLabel.birthdate }}{{ page.proData.birthdate }}
Adresse personnelle {% if page.proData.streetNumber %}{{ page.proData.streetNumber }} {% endif %} {% if page.proData.street %}{{ page.proData.street }} {% endif %} {% if page.proData.postalCodePerso %}{{ page.proData.postalCodePerso }} {% endif %} {% if page.proData.city %}{{ page.proData.city }}{% endif %} {% if page.proData.country_label %} - {{ page.proData.country_label }}{% endif %}
{{ page.proDataLabel.mobilePhone }} {% if config.click2callService is not empty %}{% endif %} {{ page.proData.mobilePhone }} {% if config.click2callService is not empty %}{% endif %}
{{ page.proDataLabel.homePhone }} {% if config.click2callService is not empty %}{% endif %} {{ page.proData.homePhone }} {% if config.click2callService is not empty %}{% endif %}
{{ page.proDataLabel.personalEmail }}{{ page.proData.personalEmail }}
{{ page.proDataLabel.notes }}{{ page.proData.notes|nl2br }}
{% endif %} {% if config.optionGeActiverRegistres == 'true' and page.posteAdminRegistre|length > 0 %}
Administrateur registre
{% if user.rank == 'admin' %} {% endif %}
{% if page.posteAdminRegistre|length > 1 %} Administrateur des registres {% else %} Administrateur du registre {% endif %}
{% for v in page.posteAdminRegistre %} {% endfor %}
{{ v.registryname }}
{% endif %} {% if config.optionGeActiverGroupes == 'true' %}
Groupes
{% if page.proData.canModifyGroups %} {% endif %} {% if user.rank == 'admin' %} {% endif %}
Groupes intégrés par ce praticien {% if config.droitGroupePeutVoirTousGroupes != 'true' %}(Vous n'êtes autorisé à voir que les groupes auxquels vous êtes intégré){% endif %}
{% if page.proData.canModifyGroups and page.proDataID != user.id %}
{% endif %}
{% if config.groupesNbMaxGroupesParPro > 0 %} {% endif %}
{{ f.select ({ 'select' : { 'class' : 'toStatutRelation', 'values' : page.preRelationPraticienGroupe.formValues, 'valueDefaut' : el.value.preValue, 'autocomplete' : 'off' } }) }}
{% if config.droitDossierPeutCreerPraticien == 'true' %} Nouveau groupe {% endif %}
{% endif %}
{% endblock %}