From 44ebe1a517ba85e96711ba0021516b3db1fd836f Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 17 Jul 2024 22:29:28 +0100 Subject: [PATCH] . --- atlas/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/atlas/models.py b/atlas/models.py index 2a6fcb8a..50b4d753 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -465,6 +465,7 @@ class Case(models.Model, AuthorMixin, QuestionMixin): "PatientAge": "", "PatientSex": "", "series": series_json, + "StudyDescription": f"Prior: {prior.relation_text}" } )