From 34c331fef7477733fb74b93f326b16d4a6ec19c3 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Fri, 26 Aug 2022 18:01:45 +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 | 4 ++++
2 files changed, 15 insertions(+)
diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs
index cee8ba6bf..caaec3a5c 100644
--- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs
+++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs
@@ -1023,6 +1023,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
+
+
///
/// 项目标准Id
///
@@ -1205,7 +1207,16 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
///
public QuestionMark? QuestionMark { get; set; }
+
+
+
+
+
+
+
+
+
}
/////
diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs
index d3219e1fb..96ed82f64 100644
--- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs
+++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs
@@ -979,8 +979,12 @@ namespace IRaCIS.Application.Services
QuestionName = data.QuestionName,
IsRequired = data.IsRequired,
ShowQuestion = data.ShowQuestion,
+ LesionType=data.LesionType,
+
ShowOrder = data.ShowOrder,
RelevanceId = data.RelevanceId,
+ IsShowInDicom=data.IsShowInDicom,
+ MaxQuestionCount=data.MaxQuestionCount,
RelevanceValue = data.RelevanceValue,
ImageCount = data.ImageCount,
ParentId = data.ParentId,