无序阅片修改

Uat_Study
he 2022-11-29 17:35:45 +08:00
parent dfba8820d6
commit a051342181
1 changed files with 1 additions and 0 deletions

View File

@ -926,6 +926,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
{
var taskQuery = _visitTaskRepository.Where(x => x.TrialId == iRUnReadSubjectQuery.TrialId && x.DoctorUserId == _userInfo.Id && x.TaskState == TaskState.Effect && x.TrialReadingCriterionId == trialReadingCriterionId)
.Where(x=>x.Subject.ClinicalDataList.Any(c => c.IsSign && (c.ReadingId == x.SouceReadModuleId || c.ReadingId == x.SourceSubjectVisitId)))
.Where(x => !x.Subject.IsDeleted);
IRUnReadOutDto iRUnReadOut = new IRUnReadOutDto()