This commit is contained in:
Ross
2023-12-26 17:47:01 +00:00
parent 337e73c331
commit 67942f147a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -250,6 +250,7 @@ class SeriesImageBase(models.Model):
if not self.image_blake3_hash:
image_blake3_hash, is_dicom = get_image_hash(self.image, hash_type="blake3", direct_pixel_data=True)
self.is_dicom = is_dicom
self.image_blake3_hash = image_blake3_hash
## Hack for tests