@@ -593,6 +593,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
public async Task<decimal> GetFatFractionAvg(ReadingCalculateDto inDto)
|
||||
{
|
||||
decimal result = 0;
|
||||
|
||||
var rowInfo = inDto.QuestionInfo.Where(x => x.LesionType == LesionType.FatFraction)
|
||||
.SelectMany(x => x.TableRowInfoList).ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user