Projet

Général

Profil

« Précédent | Suivant » 

Révision 1f4ae3b3

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

patient record id grayed on all pages in order to avoid confusion

Closes #3120

Voir les différences:

calebasse/dossiers/templates/dossiers/index.html
77 77
      {% for patient_record in patient_records %}
78 78
      <tr style="display: table-row;" class="pr-line {{ patient_record.state_class }}" data-link="{{ patient_record.object.id }}/view">
79 79
          <td>{{ patient_record.object.paper_id|default_if_none:"" }} </td>
80
          <td>{{ patient_record.object.id }}</td>
80
          <td class="lightgray">{{ patient_record.object.id }}</td>
81 81
          <td>{% if patient_record.object.confidential %}<span title="Dossier confidentiel" class="icon-lock" style="margin-right: 5px;"></span>{% endif %}<span class="lastname">{{ patient_record.object.last_name }}</span></td>
82 82
          <td>{{ patient_record.object.first_name }}</td>
83 83
          <td>{{ patient_record.object.birthdate|date:"d/m/Y" }}</td>

Formats disponibles : Unified diff