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