{{ series.modality}}, {{ series.examination }}, {{ series.plane }}, {{ series.contrast }}
Description: {{series.description}}
{% if series.case %} Associated case: {% for case in series.case.all %} {{case}} {% endfor %} {% else %} This series is not associated with any cases. {% endif %}
{% if editing_finding < 1 %} {% endif %}
{% csrf_token %} {{series_finding_form.management_form}}
Description: {{ series_finding_form.description }}
Findings: {{ series_finding_form.findings }}
Structures: {{ series_finding_form.structures }}
Findings {% for finding in series.findings.all %}
Finding(s): {% for f in finding.findings.all %}{{f.get_link}}{% endfor %}
Structure(s): {% for s in finding.structures.all %}{{s.get_link}}{% endfor %}
Description: {{finding.description}}
Edit Delete
{% endfor %}
Author: {{ series.get_author_display }}
Image info
Order dicoms by slice location Order dicoms by instance number Order dicoms by SeriesInstanceUID Order by uploaded filename
{% for image in series.images.all %} {{image.image.url}}, pos: {{image.position}}, {{image.upload_filename}} [{{image.image.size|filesizeformat}}]
{% comment %} {{image.get_dicom_info|safe}}
{% endcomment %} {% endfor %}

Total image size: {{series.get_total_image_size|filesizeformat}}

Download images