Uat_Study
he 2023-03-04 22:35:00 +08:00
parent dffdaa369c
commit c4c237f131
1 changed files with 0 additions and 4 deletions

View File

@ -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)
{