From 700163912583778c1aae67fb2f12141a13c1d71d Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 28 Aug 2024 10:16:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=A2=9E=E5=8A=A0=E6=8F=90?= =?UTF-8?q?=E9=86=92=E5=89=8D=E7=AB=AF=E4=B8=8D=E8=A6=81=E6=BC=8F=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs b/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs index ef8e2f10a..dbb274b34 100644 --- a/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs +++ b/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs @@ -382,6 +382,7 @@ namespace IRaCIS.Core.Application.Contracts [NotDefault] public Guid TrialReadingCriterionId { get; set; } + [NotDefault] public string SubjectCode { get; set; } } @@ -394,6 +395,7 @@ namespace IRaCIS.Core.Application.Contracts [NotDefault] public Guid TrialReadingCriterionId { get; set; } + [NotDefault] public string SubjectCode { get; set; } public List SubjectVisitIdList { get; set; }