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