修改
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user