From 274e0846fe385007b372efef351741d99154c05a Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 1 Sep 2022 17:07:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/ReadingImageTaskViewModel.cs | 11 +++++++++++ .../Service/Reading/ReadingImageTaskService.cs | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index 18308a6c0..b095ac07b 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -40,6 +40,17 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public string QuestionName { get; set; } + /// + /// 类型 + /// + public string Type { get; set; } + + + /// + /// 类型值 + /// + public string TypeValue { get; set; } + /// /// 序号标记 /// diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs index 30d7fee57..59b34ddb1 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs @@ -226,6 +226,8 @@ namespace IRaCIS.Application.Services QuestionId = x.Id, GroupName = x.GroupName, IsShowInDicom=x.IsShowInDicom, + Type=x.Type, + TypeValue=x.TypeValue, QuestionName = x.QuestionName, ShowOrder = x.ShowOrder, @@ -240,6 +242,8 @@ namespace IRaCIS.Application.Services QuestionId = x.Id, IsShowInDicom = x.IsShowInDicom, QuestionName = x.QuestionName, + Type=x.Type, + TypeValue=x.TypeValue, ShowOrder = x.ShowOrder, OrderMark=x.OrderMark, @@ -280,6 +284,8 @@ namespace IRaCIS.Application.Services QuestionName = x.QuestionName, QuestionId = x.ReadingQuestionId, TableQuestionId = x.Id, + Type=x.Type, + TypeValue=x.TypeValue, RowIndex = row.RowIndex, ShowOrder = x.ShowOrder,