add tag ids to dicom info

This commit is contained in:
Ross
2023-10-30 16:11:28 +00:00
parent 3320f7e99f
commit dc6f53de11
3 changed files with 18 additions and 8 deletions
+3
View File
@@ -378,6 +378,9 @@ class SeriesBase(models.Model):
print("skipped, no {}: {}".format(field, skipcount))
if not slices:
return
# ensure they are in the correct order
slices = sorted(slices, key=lambda s: s[field].value)