Uat_Study
parent
2bae90e339
commit
0d5810a8fb
|
|
@ -1991,7 +1991,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
HaveExixtsState = tableQuestion.SelectMany(x => x.TableQuestionList).Any(x => x.QuestionMark == QuestionMark.State && x.Answer.EqEnum(NewTargetLesionState.Exist)),
|
HaveExixtsState = tableQuestion.SelectMany(x => x.TableQuestionList).Any(x => x.QuestionMark == QuestionMark.State && x.Answer.EqEnum(NewTargetLesionState.Exist)),
|
||||||
|
|
||||||
// 至少有一个新靶病无法评估
|
// 至少有一个新靶病无法评估
|
||||||
ExixtsUnevaluableState = tableQuestion.SelectMany(x => x.TableQuestionList).Any(x => x.QuestionMark == QuestionMark.State && x.Answer.EqEnum(NewTargetLesionState.Exist)),
|
ExixtsUnevaluableState = tableQuestion.SelectMany(x => x.TableQuestionList).Any(x => x.QuestionMark == QuestionMark.State && x.Answer.EqEnum(NewTargetLesionState.NotEvaluable)),
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -2031,7 +2031,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
else if (data.ExixtsUnevaluableState)
|
else if (data.ExixtsUnevaluableState)
|
||||||
{
|
{
|
||||||
// 疗效为 NE
|
// 疗效为 NE
|
||||||
result = NewTargetLesionAssessment.iUPD;
|
result = NewTargetLesionAssessment.NE;
|
||||||
}
|
}
|
||||||
|
|
||||||
return result.GetEnumInt();
|
return result.GetEnumInt();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue