From 2ae40b63ab344c9c53afc17865b5b05e50824ae8 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 14 Oct 2022 14:02:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TrialSiteUser/DTO/TrialConfigDTO.cs | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs index 84b91349d..7f5092314 100644 --- a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs +++ b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs @@ -111,11 +111,11 @@ namespace IRaCIS.Core.Application.Contracts //阅片方式 public int ReadingMode { get; set; } - //阅片类型 - public int ReadingType { get; set; } + ////阅片类型 + //public int ReadingType { get; set; } - public bool IsGlobalReading { get; set; } = true; + //public bool IsGlobalReading { get; set; } = true; public bool? IsArbitrationReading { get; set; } @@ -128,8 +128,8 @@ namespace IRaCIS.Core.Application.Contracts - //读片任务显示是否顺序 - public bool IsReadingTaskViewInOrder { get; set; } + ////读片任务显示是否顺序 + public bool IsReadingTaskViewInOrder { get; set; } = false; /// @@ -192,7 +192,7 @@ namespace IRaCIS.Core.Application.Contracts - public bool IsGlobalReading { get; set; } = true; + //public bool IsGlobalReading { get; set; } = true; public bool? IsArbitrationReading { get; set; } @@ -221,7 +221,7 @@ namespace IRaCIS.Core.Application.Contracts public bool IsReadingTaskViewInOrder { get; set; } = true; - public ReadingMethod ReadingType { get; set; } + //public ReadingMethod ReadingType { get; set; } /// /// 阅片是否显示受试者信息 @@ -397,15 +397,15 @@ namespace IRaCIS.Core.Application.Contracts public bool? IsArbitrationReading { get; set; } - /// - /// 阅片模式 - /// - public ReadingMethod ReadingType { get; set; } + ///// + ///// 阅片模式 + ///// + //public ReadingMethod ReadingType { get; set; } - /// - /// 全局阅片 - /// - public bool IsGlobalReading { get; set; } + ///// + ///// 全局阅片 + ///// + //public bool IsGlobalReading { get; set; }