修改
This commit is contained in:
@@ -733,7 +733,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
public async Task<string> GetIsLymphTarget(ReadingCalculateDto inDto)
|
||||
{
|
||||
var result = IsLymph.No.GetEnumInt();
|
||||
var tableQuestion = inDto.QuestionInfo.Where(x => x.LesionType == LesionType.TargetLesion).SelectMany(x => x.TableRowInfoList).ToList();
|
||||
var tableQuestion = inDto.QuestionInfo.Where(x => x.LesionType == LesionType.NonTargetLesions).SelectMany(x => x.TableRowInfoList).ToList();
|
||||
|
||||
foreach (var item in tableQuestion)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user