improve image hashing
This commit is contained in:
+1
-1
@@ -444,7 +444,7 @@ CaseCollectionCaseFormSet = inlineformset_factory(
|
||||
SeriesImageFormSet = inlineformset_factory(
|
||||
Series,
|
||||
SeriesImage,
|
||||
exclude=["dicom_tags_ohif", "replaced", "image_md5_hash", "is_dicom"],
|
||||
exclude=["dicom_tags_ohif", "replaced", "image_md5_hash", "image_blake3_hash", "is_dicom"],
|
||||
can_delete=True,
|
||||
extra=0,
|
||||
max_num=2000,
|
||||
|
||||
Reference in New Issue
Block a user