This commit is contained in:
he
2023-10-30 17:45:18 +08:00
parent c271537878
commit e8d2b494bf
2 changed files with 2 additions and 1 deletions
@@ -1997,7 +1997,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{
if (inDto.IsBaseLine)
{
return SUVChangeVSBaseline.NotEvaluable.GetEnumInt();
return SUVChangeVSBaseline.NA.GetEnumInt();
}
if (inDto.QuestionInfo.Any(x => x.QuestionType == QuestionType.ExistPET && x.Answer == ReadingYesOrNo.No.GetEnumInt()))