From f3c8fb584764bc7ef7a1875e21394fb9ceebf0f5 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 7 Aug 2023 22:43:28 +0100 Subject: [PATCH] . --- atlas/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/atlas/models.py b/atlas/models.py index 7d971225..688e4983 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -390,6 +390,7 @@ def extract_image_dicom_json_from_ds(ds, url, image_index): if d == {}: d["SOPInstanceUID"] = f"1.2.840.1111.{image_index}" + d["SeriesInstanceUID"] = f"1.2.840.1112.1" return {"metadata": d, "url": f"dicomweb:{url}"}