From 8fd47de594ad9fec8bff6b6746df426ad2cce6c6 Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Fri, 26 Aug 2022 16:41:42 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E5=BA=8A=E6=95=B0=E6=8D=AE=20add=20?=
=?UTF-8?q?=E5=92=8C=E5=88=A0=E9=99=A4=20=E4=B8=8D=E5=8C=BA=E5=88=86?=
=?UTF-8?q?=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../IRaCIS.Core.Application.xml | 61 ++++++++++++++++++-
.../Common/AuditingData.cs | 3 +
2 files changed, 62 insertions(+), 2 deletions(-)
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index fe970ad63..4d3773668 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -2025,6 +2025,56 @@
是否显示在Dicom阅片中
+
+
+ 数据列
+
+
+
+
+ 是否启用
+
+
+
+
+ 创建时间
+
+
+
+
+ 是否是裁判问题
+
+
+
+
+ 备注
+
+
+
+
+ 序号标记
+
+
+
+
+ 关联父问题
+
+
+
+
+ 是否关联
+
+
+
+
+ 表格问题类型
+
+
+
+
+ 问题标识
+
+
阅片人是否认同
@@ -7125,9 +7175,9 @@
找子问题
-
+
-
+
@@ -7343,6 +7393,13 @@
+
+
+ 获取项目表格其他问题
+
+
+
+
获取系统表格其他问题
diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs
index 6d7eb5dc6..e3dc45c0e 100644
--- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs
+++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs
@@ -874,6 +874,9 @@ namespace IRaCIS.Core.Infra.EFCore.Common
await InsertInspection(item.Entity as ReadingClinicalData, type, x => new InspectionConvertDTO()
{
+
+ IsDistinctionInterface= type == AuditOpt.Update?true:false,
+
SubjectVisitId = x.IsVisit ? x.ReadingId : null,
ObjectRelationParentId = entity.ClinicalDataTrialSetId,