Uat_Study
he 2023-01-18 16:09:55 +08:00
parent d201cc4c86
commit c9f93f4d70
1 changed files with 1 additions and 2 deletions

View File

@ -959,8 +959,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{
return nameof(YesOrNoOrNa.NA);
}
var targetCount = inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.TargetLesion).SelectMany(x => x.TableRowInfoList).Count();
var targetCount = inDto.QuestionInfo.Where(x => x.LesionType == LesionType.TargetLesion).SelectMany(x => x.TableRowInfoList).Count();
if (targetCount == 0)
{
return nameof(YesOrNoOrNa.NA);