Add patient grouping and selection functionality to user uploads

This commit is contained in:
Ross
2026-06-15 16:48:15 +01:00
parent b5d844e3aa
commit 8003dcd714
4 changed files with 206 additions and 17 deletions
+1
View File
@@ -2802,6 +2802,7 @@ class UncategorisedDicom(models.Model):
"SliceThickness",
"SeriesNumber",
"StudyDate",
"PatientID",
)
tags = {}