{% extends "base.html" %} {% load static %} {% block title %}Imaging Study Detail - {{ study.accession_number }}{% endblock %} {% block breadcrumb %}
{% endblock %} {% block content %}Modality: {{ study.get_modality_display }} | Body Part: {{ study.get_body_part_display }} | Priority: {{ study.get_priority_display }}
Study Date: {{ study.study_datetime|date:"M d, Y g:i A" }}
{{ study.clinical_indication }}
{{ study.study_instance_uid }}
{{ study.manufacturer }} {{ study.model_name }}
Station: {{ study.station_name }}| Series # | Description | Modality | Images | Size | Quality | Actions |
|---|---|---|---|---|---|---|
| {{ series.series_number }} | {{ series.series_description|default:"No description" }} | {{ series.get_modality_display }} | {{ series.number_of_instances }} | {{ series.series_size|filesizeformat }} | {{ series.get_image_quality_display|default:"Not Assessed" }} | View |
No series available for this study.
{{ study.report.findings|truncatewords:50 }}
{% endif %} {% if study.report.impression %}{{ study.report.impression|truncatewords:30 }}
{% endif %}{{ study.report.radiologist.get_full_name }}
{% if study.report.signed_datetime %} Signed{{ study.report.signed_datetime|date:"M d, Y g:i A" }}
{% endif %}