Uat_Study
parent
dffdaa369c
commit
c4c237f131
|
@ -1532,10 +1532,6 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
resultData.LastTargetLesionEvaluate = (await _readingTaskQuestionAnswerRepository.Where(x => x.VisitTaskId == lastVisitTaskId && x.ReadingQuestionTrialId == questionId)
|
resultData.LastTargetLesionEvaluate = (await _readingTaskQuestionAnswerRepository.Where(x => x.VisitTaskId == lastVisitTaskId && x.ReadingQuestionTrialId == questionId)
|
||||||
.Select(x => x.Answer).FirstOrDefaultAsync()) ?? string.Empty;
|
.Select(x => x.Answer).FirstOrDefaultAsync()) ?? string.Empty;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TargetAssessment result = TargetAssessment.SD;
|
TargetAssessment result = TargetAssessment.SD;
|
||||||
if (!resultData.ExistsTargetLesion)
|
if (!resultData.ExistsTargetLesion)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue