From 7ac2bfe477d9ecd00a383af66d82a818bc64ac8b Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Thu, 25 Aug 2022 14:34:23 +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
---
.../IRaCIS.Core.Application.xml | 280 +++++++++++++++++-
.../Reading/ReadingImageTaskService.cs | 3 +-
2 files changed, 273 insertions(+), 10 deletions(-)
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 905663ca5..07d2dece1 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -1695,6 +1695,221 @@
+
+
+ 问题ID
+
+
+
+
+ Type
+
+
+
+
+ ParentId
+
+
+
+
+ 父问题触发值
+
+
+
+
+ 问题名称
+
+
+
+
+ IsRequired
+
+
+
+
+ 排序号
+
+
+
+
+ 值
+
+
+
+
+ 是否启用
+
+
+
+
+ 创建时间
+
+
+
+
+ 创建用户
+
+
+
+
+ 备注
+
+
+
+
+ 显示父问题
+
+
+
+
+ 显示父问题的值
+
+
+
+
+ 是否显示
+
+
+
+
+ 最大问题数
+
+
+
+
+ 数据表名称
+
+
+
+
+ 数据列
+
+
+
+
+ 关联父问题
+
+
+
+
+ 是否关联
+
+
+
+
+ 表格问题类型
+
+
+
+
+ 问题标识
+
+
+
+
+ 系统标准Id
+
+
+
+
+ 类型
+
+
+
+
+ 父问题触发
+
+
+
+
+ 问题名称
+
+
+
+
+ 是否是必须
+
+
+
+
+ 排序
+
+
+
+
+ 父问题ID
+
+
+
+
+ 类型值
+
+
+
+
+ 是否启用
+
+
+
+
+ 创建时间
+
+
+
+
+ 是否是裁判问题
+
+
+
+
+ 备注
+
+
+
+
+ 关联ID
+
+
+
+
+ 关联Value
+
+
+
+
+ 分组
+
+
+
+
+ 图片数量
+
+
+
+
+ 是否显示
+
+
+
+
+ 最大问题数
+
+
+
+
+ 病灶类型
+
+
+
+
+ 问题类型
+
+
+
+
+ 是否显示在Dicom阅片中
+
+
项目标准Id
@@ -1775,6 +1990,26 @@
是否显示
+
+
+ 最大问题数
+
+
+
+
+ 病灶类型
+
+
+
+
+ 问题类型
+
+
+
+
+ 是否显示在Dicom阅片中
+
+
阅片人是否认同
@@ -2370,24 +2605,29 @@
阅片期名称
-
+
表格问题类型
-
+
+
+ 表格问题类型
+
+
+
依赖父问题
-
+
- 问题标识
+ 项目标准Id
-
+
- 表格问题类型
+ 问题标识
@@ -2596,6 +2836,11 @@
问题类型
+
+
+ 是否显示在Dicom阅片中
+
+
Id
@@ -2691,6 +2936,11 @@
问题类型
+
+
+ 是否显示在Dicom阅片中
+
+
系统标准Id
@@ -2911,6 +3161,11 @@
问题类型
+
+
+ 是否显示在Dicom阅片中
+
+
Id
@@ -3016,6 +3271,11 @@
问题类型
+
+
+ 是否显示在Dicom阅片中
+
+
返回的对象
@@ -6772,11 +7032,13 @@
-
+
- 获取阅片任务和答案
+ 获取系统
-
+
+
+
diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs
index 2daf9091f..3cbe5fce2 100644
--- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs
+++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs
@@ -874,7 +874,8 @@ namespace IRaCIS.Application.Services
.ProjectTo(_mapper.ConfigurationProvider).OrderBy(x => x.ShowOrder).ToListAsync();
- var tableQuestionList =await _readingTableQuestionSystemRepository.Where(x => x.SystemCriterionId == inDto.Id)
+ var questionIds = qusetionList.Select(x => x.Id).ToList();
+ var tableQuestionList =await _readingTableQuestionSystemRepository.Where(x => questionIds.Contains(x.ReadingQuestionId))
.ProjectTo(_mapper.ConfigurationProvider).OrderBy(x => x.ShowOrder).ToListAsync();
var groupList = new List();