From 26118f944398dfcdd1ec7e3f5997fde5f7bc8b94 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 18 Dec 2023 19:19:35 +0000 Subject: [PATCH] . --- atlas/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/api.py b/atlas/api.py index 97b44a72..c979b1ed 100644 --- a/atlas/api.py +++ b/atlas/api.py @@ -106,7 +106,7 @@ def import_dicoms_helper(request, case_id: int | None = None): data = defaultdict(list) for d in dicoms: - tags = d.get_basic_dicom_tags() + tags = d.basic_dicom_tags data[tags["SeriesInstanceUID"]].append((d, tags))