diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs index 86f39d424..7bf8e6ec3 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs @@ -114,7 +114,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// /// 表格问题类型 /// - public TableQuestionType TableQuestionType { get; set; } + public TableQuestionType? TableQuestionType { get; set; } /// /// 依赖父问题 diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs index 2fd3b04ca..b5b9eb521 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs @@ -98,7 +98,7 @@ namespace IRaCIS.Application.Services //public async Task<> GetVisitReadingQuestion(GetVisitReadingQuestionInDto inDto) //{ - + //} @@ -826,6 +826,9 @@ namespace IRaCIS.Application.Services }); ; } + + + #endregion #region 获取系统的阅片问题 diff --git a/IRaCIS.Core.Domain/Reading/ReadingTableQuestionSystem.cs b/IRaCIS.Core.Domain/Reading/ReadingTableQuestionSystem.cs index e96dba0d9..3d4267d41 100644 --- a/IRaCIS.Core.Domain/Reading/ReadingTableQuestionSystem.cs +++ b/IRaCIS.Core.Domain/Reading/ReadingTableQuestionSystem.cs @@ -120,7 +120,7 @@ namespace IRaCIS.Core.Domain.Models /// /// 表格问题类型 /// - public TableQuestionType TableQuestionType { get; set; } + public TableQuestionType? TableQuestionType { get; set; } /// /// 系统标准Id