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; }