Test_HIR_Net8
parent
a3b69d45ae
commit
6875cf3188
|
|
@ -313,7 +313,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
var criterionId = visitTaskInfo.TrialReadingCriterionId;
|
||||
var questionList = await _readingQuestionTrialRepository.Where(x => x.ReadingQuestionCriterionTrialId == criterionId && x.ShowQuestion != ShowQuestion.Hide)
|
||||
//.Where(x => x.LesionType != LesionType.BaselineLesions)
|
||||
.Where(x => x.QuestionType != QuestionType.TherapeuticEffectEvaluationGroup)
|
||||
//.Where(x => x.QuestionType != QuestionType.TherapeuticEffectEvaluationGroup)
|
||||
.ToListAsync();
|
||||
|
||||
// 新病灶
|
||||
|
|
|
|||
Loading…
Reference in New Issue