add tag ids to dicom info
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user