{% extends "research/data/data_nav.html" %} {% block data-content %}

DICOM Patients

{% for patient in object_list %} {% endfor %}
# ID Name ID Sex Date of Birth
{{ patient.id }} {{ patient.patient_id }} {{ patient.get_name_id }} {{ patient.sex.capitalize }} {{ patient.date_of_birth | date:"SHORT_DATE_FORMAT" }}
{% endblock data-content %}