Dossier | État | Type d'acte | Validation | Facturation | Intervenants | Heure | Durée |
---|---|---|---|---|---|---|---|
{{ act.patient.id }} {{ act.patient.first_name }} {{ act.patient.last_name }} | FIXME: c'est quoi état ? | ({{ act.act_type.id }}) {{ act.act_type }} | {{ act.get_state }} | FIXME: facturation !! |
{% for doctor in act.doctors.all %}
({{ doctor.id }}) {{ doctor }}
{% if not forloop.last %}
{% endif %} {% endfor %} |
{{ act.parent_event.start_time|date:"H:i" }} | {{ act.duration }} |