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