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