.
This commit is contained in:
@@ -575,6 +575,9 @@ class Series(models.Model):
|
||||
return size
|
||||
|
||||
def anonymise_images(self):
|
||||
# NOTE: this will not maintain the correct hashed filename
|
||||
# but that doesn't matter as we will never get the same anonymisation
|
||||
# even with the same dicom...
|
||||
anonymizer = dicognito.anonymizer.Anonymizer()
|
||||
|
||||
for series_image in self.images.all():
|
||||
|
||||
Reference in New Issue
Block a user