diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index d87c3a913..05eb82749 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -792,7 +792,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// /// 全局阅片显示类型 /// - public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow; + public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow; /// /// 问题类型 diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs index a13d33544..213d04f8c 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs @@ -618,7 +618,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// /// 全局阅片显示类型 /// - public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow; + public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow; /// /// 默认值 @@ -792,7 +792,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// /// 全局阅片显示类型 /// - public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow; + public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow; /// @@ -1115,7 +1115,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// /// 全局阅片显示类型 /// - public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow; + public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow; /// /// 默认值 @@ -1259,7 +1259,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// /// 全局阅片显示类型 /// - public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow; + public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow; /// /// 默认值 diff --git a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionSystem.cs b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionSystem.cs index 1efd69072..20e5a7fa9 100644 --- a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionSystem.cs +++ b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionSystem.cs @@ -143,7 +143,7 @@ namespace IRaCIS.Core.Domain.Models /// /// 全局阅片显示类型 /// - public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow; + public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow; /// /// 默认值 diff --git a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs index 1df1c6fa2..190b46a38 100644 --- a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs +++ b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs @@ -80,7 +80,7 @@ namespace IRaCIS.Core.Domain.Models /// /// 全局阅片显示类型 /// - public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow; + public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow; /// /// 备注