From 9eb138aa6208b1723f219f67b36ba1d4b3fc27e5 Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Thu, 25 Aug 2022 18:06:35 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E7=8F=AD=E5=90=8C=E6=AD=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../IRaCIS.Core.Application.xml | 25 +++++++++++++++++--
.../Common/AuditingData.cs | 4 ++-
2 files changed, 26 insertions(+), 3 deletions(-)
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 07d2dece1..d37a424ea 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -2841,6 +2841,11 @@
是否显示在Dicom阅片中
+
+
+ 序号标记
+
+
Id
@@ -2941,6 +2946,11 @@
是否显示在Dicom阅片中
+
+
+ 序号标记
+
+
系统标准Id
@@ -3166,6 +3176,11 @@
是否显示在Dicom阅片中
+
+
+ 序号标记
+
+
Id
@@ -3276,6 +3291,11 @@
是否显示在Dicom阅片中
+
+
+ 序号标记
+
+
返回的对象
@@ -7005,7 +7025,7 @@
- 获取项目的阅片问题
+ 获取项目的阅片问题ECRF预览
SinglePage 单页
@@ -7066,12 +7086,13 @@
-
+
找子问题
+
diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs
index fa40d6db5..01e2a22b9 100644
--- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs
+++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs
@@ -961,7 +961,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
ObjectRelationParentId2 = entity.DoctorUserId
- }); ;
+ });
}
//申请重阅记录表
@@ -1316,6 +1316,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common
case "VisitTask/applyReReading":
type = type + "/" + (int)visitTask.ReReadingApplyState;
break;
+
+
//同意重阅
case "VisitTask/ConfirmReReading":