From bbe2fbc5028a256893fc6753a99200020b80344d Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Tue, 21 Jun 2022 18:03:03 +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/Allocation/DTO/VisitTaskViewModel.cs | 2 +-
.../_MediatR/Handlers/ConsistencyVerificationHandler.cs | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs b/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs
index 01a485cd..8b6afd43 100644
--- a/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs
+++ b/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs
@@ -119,7 +119,7 @@ namespace IRaCIS.Core.Application.ViewModel
public class IRHaveReadView : VisitTaskViewBasic
{
-
+ public ReadingTaskState ReadingTaskState { get; set; }
}
public class IRUnReadSubjectView
diff --git a/IRaCIS.Core.Application/_MediatR/Handlers/ConsistencyVerificationHandler.cs b/IRaCIS.Core.Application/_MediatR/Handlers/ConsistencyVerificationHandler.cs
index b2171cfa..c8084ecc 100644
--- a/IRaCIS.Core.Application/_MediatR/Handlers/ConsistencyVerificationHandler.cs
+++ b/IRaCIS.Core.Application/_MediatR/Handlers/ConsistencyVerificationHandler.cs
@@ -148,8 +148,11 @@ namespace IRaCIS.Core.Application.MediatR.Handlers
//两者没有差别
if (dbExceptExcel.Count() == 0 && excelExceptDB.Count()==0)
{
-
+ dialogMsg.AppendLine($"
");
dialogMsg.AppendLine($"核对EDC数据,完全一致, 审核通过");
+ dialogMsg.AppendLine($"
");
+ dialogMsg.AppendLine($"
存在问题如下:无");
+
// dialogMsg.AppendLine(@$"
说明:为高效解决/处理以上全部质疑问题,麻烦您准确核实实际影像检查情况。请注意影像日期与实际检查的日期可能会不一致,部分检查(如PET -CT)可能同时存在多种模态影像。准确核实后,请回复该访视正确的影像检查情况。");
dbSV.CheckState = CheckStateEnum.CVPassed;
dbSV.CheckUserId = _userInfo.Id;