.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<h2>SeriesInstanceUID: {{series_id}}</h2>
|
||||
|
||||
|
||||
<div id="single-dicom-viewer" class="dicom-viewer" data-images="[{% for dicom in dicoms %}"{{dicom.image.url}}"
|
||||
<div id="single-dicom-viewer" class="dicom-viewer" data-images="[{% for dicom in dicoms %}"{{dicom.get_dicom_url}}"
|
||||
{% if not forloop.last %},{% endif %}{% endfor %}]" data-annotations=''>
|
||||
</div>
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
</summary>
|
||||
{% for dicom in dicoms %}
|
||||
{% if dicom.image %}
|
||||
[{{image.image.size|filesizeformat}}]
|
||||
[{{dicom.image.size|filesizeformat}}]
|
||||
{% endif %}
|
||||
|
||||
{{image.image_md5_hash}} ({{image.is_dicom}})
|
||||
{% comment %} {{dicom.image_md5_hash}} ({{dicom.is_dicom}}) {% endcomment %}
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user