diff --git a/atlas/models.py b/atlas/models.py index f64f7230..6737dc51 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -2802,6 +2802,7 @@ class UncategorisedDicom(models.Model): "SliceThickness", "SeriesNumber", "StudyDate", + "PatientID", ) tags = {} diff --git a/atlas/templates/atlas/user_uploads.html b/atlas/templates/atlas/user_uploads.html index d7ef461a..3a60f32f 100644 --- a/atlas/templates/atlas/user_uploads.html +++ b/atlas/templates/atlas/user_uploads.html @@ -17,7 +17,97 @@ {% if series_list %}