修改
This commit is contained in:
@@ -1532,10 +1532,6 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
resultData.LastTargetLesionEvaluate = (await _readingTaskQuestionAnswerRepository.Where(x => x.VisitTaskId == lastVisitTaskId && x.ReadingQuestionTrialId == questionId)
|
||||
.Select(x => x.Answer).FirstOrDefaultAsync()) ?? string.Empty;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
TargetAssessment result = TargetAssessment.SD;
|
||||
if (!resultData.ExistsTargetLesion)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user