Uat_Study
he 2023-03-21 15:52:49 +08:00
parent 128b2a00bf
commit 31a902605d
1 changed files with 1 additions and 1 deletions

View File

@ -1465,7 +1465,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
PresentSod = (await GetSODData(inDto)) ?? 0,
//非淋巴结靶病灶长径之和 decimal
SumOfDiameter = inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.SumOfDiameter).Sum(x => x.Answer.IsNullOrEmptyReturn0()),
SumOfDiameter = (await GetSumOfDiameter(inDto))??0,
//所有淋巴结靶病灶的短径小于10mm bool
DiameterLessThan10 = true,