.
This commit is contained in:
@@ -12,7 +12,8 @@ This series is not associated with any cases.
|
|||||||
<div id="single-dicom-viewer" class="dicom-viewer" data-images="{{ series.get_image_url_array }}" data-annotations=''></div>
|
<div id="single-dicom-viewer" class="dicom-viewer" data-images="{{ series.get_image_url_array }}" data-annotations=''></div>
|
||||||
|
|
||||||
<div>Author: {{ series.get_author_display }}</div>
|
<div>Author: {{ series.get_author_display }}</div>
|
||||||
|
<details>
|
||||||
|
<summary>Image info</summary>
|
||||||
<div>
|
<div>
|
||||||
<a href="{% url 'longs:long_series_order_dicom' pk=series.pk %}" title="orders dicom by slice location">Order dicoms
|
<a href="{% url 'longs:long_series_order_dicom' pk=series.pk %}" title="orders dicom by slice location">Order dicoms
|
||||||
by slice location</a>
|
by slice location</a>
|
||||||
@@ -30,3 +31,4 @@ This series is not associated with any cases.
|
|||||||
|
|
||||||
<p>Total image size: {{series.get_total_image_size|filesizeformat}}</p>
|
<p>Total image size: {{series.get_total_image_size|filesizeformat}}</p>
|
||||||
<p><a href="{% url 'longs:long_series_download' pk=series.pk %}">Download images</a></p>
|
<p><a href="{% url 'longs:long_series_download' pk=series.pk %}">Download images</a></p>
|
||||||
|
</details>
|
||||||
Reference in New Issue
Block a user