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] =?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) } };