From f8a5e753dae3000cdbb3ec4b9078caaad72b2b32 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 17 May 2023 15:19:26 +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/IRECIST1Point1CalculateService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/IRECIST1Point1CalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/IRECIST1Point1CalculateService.cs index 9ef45fbfd..eafe49e6e 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/IRECIST1Point1CalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/IRECIST1Point1CalculateService.cs @@ -575,6 +575,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate List questionTypes = new List() { + QuestionType.ISOD, + QuestionType.LastVisitiSODChange, QuestionType.TargetLesion, QuestionType.NoTargetLesion, QuestionType.NewLesions,