.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user