This commit is contained in:
Ross
2024-01-04 15:24:46 +00:00
parent 5dafcf5533
commit a35f92ef2e
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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,