From ce12fa0d221ad2de303d8e4529679933ae067627 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Thu, 25 May 2023 17:14:40 +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 | 20 +++++++++++++++++--
.../IRECIST1Point1CalculateService.cs | 2 +-
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 596fd8d33..ecb34cf08 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -836,6 +836,16 @@
阅片临床数据ID
+
+
+ 是否盲化
+
+
+
+
+ 是否完整
+
+
稽查泛型Dto
@@ -1429,6 +1439,12 @@
+
+
+ 获取第一次转变访视任务Id
+
+
+
@@ -7422,9 +7438,9 @@
满足RECISTPD
-
+
- 本次访视SOD增加不小于5mm
+ 本次访视SOD与触发iRECIST访视相比本次访视SOD增加不小于5mm
diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/IRECIST1Point1CalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/IRECIST1Point1CalculateService.cs
index d95cabca9..7dfef8c98 100644
--- a/IRaCIS.Core.Application/Service/ReadingCalculate/IRECIST1Point1CalculateService.cs
+++ b/IRaCIS.Core.Application/Service/ReadingCalculate/IRECIST1Point1CalculateService.cs
@@ -2646,7 +2646,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
else if (lastTaskCalculateDto.QuestionInfo.Any(x => x.QuestionType == QuestionType.Tumor && x.Answer.EqEnum(OverallAssessment.iUPD))
&& (
(
- lastTaskCalculateDto.QuestionInfo.Any(x => x.QuestionType == QuestionType.TargetLesion &&!x.Answer.EqEnum(TargetAssessment.iUPD))
+ lastTaskCalculateDto.QuestionInfo.Any(x => x.QuestionType == QuestionType.TargetLesion &&x.Answer.EqEnum(TargetAssessment.iUPD))
&& inDto.QuestionInfo.Any(x => x.QuestionType == QuestionType.TargetLesion && x.Answer.EqEnum(TargetAssessment.iCPD))
)
||