.
This commit is contained in:
+1
-1
@@ -959,7 +959,7 @@ class UncategorisedDicom(models.Model):
|
|||||||
else:
|
else:
|
||||||
tags[tag] = ""
|
tags[tag] = ""
|
||||||
|
|
||||||
return tags
|
return tags
|
||||||
except pydicom.errors.InvalidDicomError:
|
except pydicom.errors.InvalidDicomError:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|||||||
@@ -5,14 +5,10 @@
|
|||||||
<h2>SeriesInstanceUID: {{series_id}}</h2>
|
<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.image.url}}"
|
||||||
{% if not forloop.last %},{% endif %}{% endfor %}]" data-annotations=''>
|
{% if not forloop.last %},{% endif %}{% endfor %}]" data-annotations=''>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Series info</summary>
|
<summary>Series info</summary>
|
||||||
<details>
|
<details>
|
||||||
|
|||||||
Reference in New Issue
Block a user