From b661d5b151c828adb595583d76f04ad1dc81f5f1 Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Thu, 23 Jun 2022 17:48:25 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E9=98=85bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../IRaCIS.Core.Application.xml | 26 +++++++++++++++++++
.../Allocation/VisitTaskHelpeService.cs | 1 +
2 files changed, 27 insertions(+)
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 3a23a3958..7481feed0 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -2771,6 +2771,26 @@
流程是否确认
+
+
+ 阅片是否显示受试者信息
+
+
+
+
+ 阅片是否显示既往结果
+
+
+
+
+ 阅片是否显示受试者信息
+
+
+
+
+ 阅片是否显示既往结果
+
+
是否有 入组评估确认
@@ -4282,6 +4302,12 @@
+
+
+ 获取既往结果
+
+
+
找子问题
diff --git a/IRaCIS.Core.Application/Service/Allocation/VisitTaskHelpeService.cs b/IRaCIS.Core.Application/Service/Allocation/VisitTaskHelpeService.cs
index 3c8d53d5a..982c40627 100644
--- a/IRaCIS.Core.Application/Service/Allocation/VisitTaskHelpeService.cs
+++ b/IRaCIS.Core.Application/Service/Allocation/VisitTaskHelpeService.cs
@@ -302,6 +302,7 @@ namespace IRaCIS.Core.Application.Service
TaskBlindName = reReadingVisitTask.TaskBlindName,
TaskAllocationState= reReadingVisitTask.TaskAllocationState,
ReadingCategory = reReadingVisitTask.ReadingCategory,
+ SourceSubjectVisitId = reReadingVisitTask.SourceSubjectVisitId,
Code = currentMaxCodeInt + 1,
TaskCode = AppSettings.GetCodeStr(currentMaxCodeInt + 1, nameof(VisitTask)),
AllocateTime=DateTime.Now,