From 6a79414d06aed1fefadac9c0e7dfbfbb062d60ed Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 18 Dec 2023 18:54:22 +0000 Subject: [PATCH] . --- atlas/views.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/atlas/views.py b/atlas/views.py index 78babded..73772b92 100755 --- a/atlas/views.py +++ b/atlas/views.py @@ -390,6 +390,9 @@ def user_uploads(request, case_id: int | None = None): for d in dicoms: tags = d.basic_dicom_tags + if tags is None: + d.save() + data[tags["SeriesInstanceUID"]].append((tags, d.created_date))