.
This commit is contained in:
+1
-1
@@ -582,7 +582,7 @@ class Series(models.Model):
|
|||||||
|
|
||||||
with pydicom.dcmread(file_path) as dataset:
|
with pydicom.dcmread(file_path) as dataset:
|
||||||
anonymizer.anonymize(dataset)
|
anonymizer.anonymize(dataset)
|
||||||
dataset.save_as(file_path+"ANON")
|
dataset.save_as(file_path)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user