Projet

Général

Profil

« Précédent | Suivant » 

Révision 3b4bba4a

Ajouté par Serghei Mihai (congés, retour 15/05) il y a plus de 9 ans

dossiers: printing the whole patient record in pdf format

Closes #3109

Voir les différences:

calebasse/dossiers/templates/dossiers/patientrecord_update.html
19 19
<h2><strong>{% if current_state.status.type == 'CLOS' %}<span class="highlight">{% endif %}<span class="lastname">{{ object.last_name }}</span> {{ object.first_name }}{% if object.paper_id %} - Dossier {{ object.paper_id}}{% endif %}{% if current_state.status.type == 'CLOS' %} clos</span>{% endif %}</strong></h2>
20 20
<span id="ajax-redirect" data-url="{{ object.id }}/view"/>
21 21
<a href="..">Retourner aux dossiers</a>
22
<form action="{% url "patientrecord_print" service object.id%}">
23
<button class="icon-print">{% trans "Imprimer tout le dossier" %}</button>
24
</form>
22 25
{% if 'validator' in role %}{% if object.can_be_deleted %}<button type="button" id="patientrecord-delete">Supprimer</button>{% endif %}{% endif %}
23 26
{% endblock %}
24 27

  

Formats disponibles : Unified diff