From 9b3e4194a9fdb8dac6ef8312442c726e9e6621a4 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 25 Sep 2025 16:22:28 +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 --- .../MRECISTHCCCalculateService.cs | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/MRECISTHCCCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/MRECISTHCCCalculateService.cs index e1b262991..1c6cbed5e 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/MRECISTHCCCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/MRECISTHCCCalculateService.cs @@ -142,19 +142,19 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate num++; } - if (lesionType == LesionType.TargetLesion) - { - for (int i = num; i <= 5; i++) - { - VisitLesionInfo target = new VisitLesionInfo - { - Number = i, - }; - targetInfo.Add(target); + //if (lesionType == LesionType.TargetLesion) + //{ + // for (int i = num; i <= 5; i++) + // { + // VisitLesionInfo target = new VisitLesionInfo + // { + // Number = i, + // }; + // targetInfo.Add(target); - } + // } - } + //} return targetInfo; }