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