.
This commit is contained in:
+1
-1
@@ -239,7 +239,7 @@ def check_images_hashes(request, hashes: List[str]):
|
||||
|
||||
for hash in hashes:
|
||||
try:
|
||||
print(hash)
|
||||
# TOOD also check against uncategorised dicoms?
|
||||
series_image = SeriesImage.objects.get(image_blake3_hash=hash)
|
||||
data = {
|
||||
"id": series_image.pk,
|
||||
|
||||
Reference in New Issue
Block a user