order atlas tables by creation date by default
This commit is contained in:
+1
-1
@@ -1326,7 +1326,7 @@ class UncategorisedDicom(models.Model):
|
||||
|
||||
def get_dicom_info(self):
|
||||
try:
|
||||
ds = pydicom.read_file(self.image)
|
||||
ds = pydicom.dcmread(self.image)
|
||||
return ds
|
||||
except pydicom.errors.InvalidDicomError:
|
||||
return {"SeriesInstanceUID": "1234"}
|
||||
|
||||
Reference in New Issue
Block a user