From 8b3e2c686e4ae44bc77f2890e93adb7796bda6fd Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 7 Nov 2022 11:17:59 +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/PCWG3CalculateService.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs index 5a690350f..e74a83e90 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs @@ -503,6 +503,10 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate switch (calculate.QuestionType) { + case QuestionType.BaseLineLesionsCount: + item.Answer = (await calculate.GetIntFun(inDto)).ToString(); + break; + case QuestionType.NewLesionsCount: if (inDto.VisitTaskNum >= 1)