This commit is contained in:
he
2023-05-08 14:23:04 +08:00
parent 7fae8de733
commit d9b3e56930
2 changed files with 7 additions and 2 deletions
@@ -581,7 +581,12 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
QuestionType.NewLesions,
QuestionType.Tumor,
QuestionType.ExistDisease,
};
QuestionType.NewTargetLesion,
QuestionType.OtherNewTargetLesion,
QuestionType.IRECISTNewTargetLesion,
QuestionType.NewLesionEvaluation,
QuestionType.NewLesions,
};
// 没有靶病灶就删除其他几个答案的值
var isNeedDeleteTypes = calculateList.Where(x => !questionTypes.Contains(x.QuestionType)).Select(x => x.QuestionType).ToList();