{% extends "research/data/data_nav.html" %} {% block data-content %}
Patient ID: {{ object.patient_id }}
First Name: {{ object.given_name }}
Last Name: {{ object.family_name }}
Date of Birth: {{ object.date_of_birth | date:"SHORT_DATE_FORMAT" }}
Sex: {{ object.sex }}
{% if object.subject %}Research Subject Instance: {{ object.subject }}
{% endif %}# | Date | Description | UID |
---|---|---|---|
{{ series.id }} | {{ series.date | date:"SHORT_DATE_FORMAT"}} | {{ series.description }} | {{ series.series_uid }} |