修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user