From c243e0190812b5ec4d394d2b063a63f83e9358a2 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Wed, 15 Mar 2023 17:55:43 +0800
Subject: [PATCH 1/2] =?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/ReadingCalculate/ReadingCalculateService.cs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/ReadingCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/ReadingCalculateService.cs
index 2452b52a3..aef0adb7e 100644
--- a/IRaCIS.Core.Application/Service/ReadingCalculate/ReadingCalculateService.cs
+++ b/IRaCIS.Core.Application/Service/ReadingCalculate/ReadingCalculateService.cs
@@ -18,7 +18,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{
{CriterionType.RECIST1Point1,typeof(RECIST1Point1CalculateService) }, //RECIST1.1
{CriterionType.PCWG3,typeof(PCWG3CalculateService) },
- {CriterionType.SelfDefine,typeof(SelfDefineCalculateService) }
+ {CriterionType.SelfDefine,typeof(SelfDefineCalculateService) },
+ {CriterionType.RECIST1Pointt1_MB,typeof(RECIST1Point1_BMCalculateService) }
};
From ae546cd016670763d40eea9b7bf288862db0ac6e Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Wed, 15 Mar 2023 18:02:34 +0800
Subject: [PATCH 2/2] =?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 | 62 ++++++++++++++++++-
1 file changed, 61 insertions(+), 1 deletion(-)
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 54e886cdd..796ff7bf5 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -1727,7 +1727,67 @@
-
+
+
+ 获取靶病灶评估
+
+
+
+ if(基线没有靶病灶)
+ {
+ 靶病灶疗效为 ND
+ }else
+ {
+ 初始化靶病灶疗效为 SD
+
+ if (与基线期SOD相比减小≥30 %)
+ {
+ 靶病灶疗效为 PR
+
+ }
+
+ if (非淋巴结靶病灶长径之和 == 0)
+ {
+ 靶病灶疗效为 CR
+
+ }
+
+ if (有被评估为NE的单个靶病灶)
+ {
+ 靶病灶疗效为 NE
+
+ }
+
+ if (最低点SOD > 0)
+ {
+ if(比整体访视期间最低点SOD增加≥20 % 且与整个访视期间最低点相比增加的值≥5 mm)
+ {
+ 靶病灶疗效为 PD
+
+ }
+ }
+ else
+ {
+ //进入该分支最低点SOD=0
+ if (当前访视SOD > 0 且与整个访视期间最低点相比增加的值≥5 mm)
+ {
+ 靶病灶疗效为PD
+
+ }
+ }
+
+ if(上次访视点评估是CR)
+ {
+ if (当前访视点非淋巴结病灶至少一个非淋巴结靶病灶的长径>0 mm。)
+ {
+ 靶病灶疗效为 PD
+
+ }
+ }
+ }
+
+
+
获取非靶病灶评估