.
This commit is contained in:
+1
-1
@@ -939,7 +939,7 @@ class UncategorisedDicom(models.Model):
|
||||
return None
|
||||
|
||||
def get_basic_dicom_tags(self):
|
||||
with pydicom.read_file(self.image) as ds:
|
||||
with pydicom.dcmread(self.image) as ds:
|
||||
to_include = (
|
||||
"StudyDescription",
|
||||
"Modality",
|
||||
|
||||
Reference in New Issue
Block a user