From 89d1f2f800462c5634a9aa80c4e8260fbf071bef Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 18 Dec 2024 16:18:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/TrialSiteUser/DTO/TrialConfigDTO.cs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs index 905a95671..2d5e168da 100644 --- a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs +++ b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs @@ -71,8 +71,7 @@ namespace IRaCIS.Core.Application.Contracts public List TrialObjectNameList { get; set; } - [Comment("阅片任务产生之前 采集影像")] - public CollectImagesType CollectImagesEnum { get; set; } + } public class ConfigTrialProcessInfoVerificationInDto @@ -164,7 +163,8 @@ namespace IRaCIS.Core.Application.Contracts public ReadingTaskViewMethod ReadingTaskViewEnum { get; set; } - + [Comment("阅片任务产生之前 采集影像")] + public CollectImagesType CollectImagesEnum { get; set; } } @@ -1028,6 +1028,9 @@ namespace IRaCIS.Core.Application.Contracts public class TrialConfigDTO : BasicTrialConfig { + [Comment("阅片任务产生之前 采集影像")] + public CollectImagesType CollectImagesEnum { get; set; } + [Comment("SPM 参与中心调研")] public bool IsSPMJoinSiteSurvey { get; set; }