uat-标注增加访视Id-5
parent
3eea6cf8b7
commit
3419015542
|
|
@ -1603,7 +1603,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
|
|||
}).ToList()
|
||||
,
|
||||
|
||||
NoneDicomStudyList = inQuery.IsImageSegmentLabel == null ? sv.NoneDicomStudyList.Where(t => isQueryNoneDicom ? inQuery.NoneDicomStudyIdList.Contains(t.Id) : false)
|
||||
NoneDicomStudyList = inQuery.IsImageSegmentLabel != false ? sv.NoneDicomStudyList.Where(t => isQueryNoneDicom ? inQuery.NoneDicomStudyIdList.Contains(t.Id) : false)
|
||||
.Where(t => info.IsImageFilter ? ("|" + info.CriterionModalitys + "|").Contains("|" + t.Modality + "|") : true)
|
||||
.Where(t => t.IsReading)
|
||||
.Select(nd => new DownloadNoneDicomStudyDto()
|
||||
|
|
|
|||
Loading…
Reference in New Issue