diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index 77e4c5c7..8cc05756 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -38,6 +38,7 @@ Associated case: {% endif %} {% endfor %} +
Author: {{ series.get_author_display }}
{% with image_url_array_and_count=series.get_image_url_array_and_count %} {% comment %}
@@ -124,6 +125,7 @@ Associated case: {% endfor %} + {% if can_edit %}
Truncate series @@ -133,7 +135,7 @@ Associated case: - + Start
End
@@ -145,23 +147,29 @@ Associated case: {% endwith %} -
Author: {{ series.get_author_display }}
+ {% if can_edit %}
Series info -
- Anonymise dicoms
- Order dicoms - by slice location - Order dicoms by instance number - Order dicoms by SeriesInstanceUID - Order by uploaded filename
- Split the series by the ImageType dicom tag +
+ + + + + +
@@ -172,45 +180,44 @@ Associated case: > {% for image in series.get_images %} [{{ image.id }}] {{image.image.url}}, pos: {{image.position}}, {{image.upload_filename}} - - {% if image.image %} [{{image.get_file_size|filesizeformat}}] {% endif %} - {{image.image_md5_hash}} ({{image.is_dicom}}) {{image.image_blake3_hash}} - -
- {% comment %} {{image.get_dicom_info|safe}}
{% endcomment %} - {% endfor %} + + show all diff +

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

-

Download images

+

+ +

- show all diff - {% endif %} +