uat-标注-7
parent
d9c46acb03
commit
050a0875fe
|
|
@ -898,7 +898,8 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
|
||||||
//靶段标注上传,查看访视级别,上传绑定访视级别
|
//靶段标注上传,查看访视级别,上传绑定访视级别
|
||||||
if (inQuery.IsImageSegmentLabel == true)
|
if (inQuery.IsImageSegmentLabel == true)
|
||||||
{
|
{
|
||||||
var list = _noneDicomStudyReposiotry.Where(t => t.SubjectId == subjectId && t.SubjectVisitId == inQuery.SubjectVisitId)
|
var list = _noneDicomStudyReposiotry.Where(t => t.SubjectId == subjectId)
|
||||||
|
.WhereIf(inQuery.SubjectVisitId != null, t => t.SubjectVisitId == inQuery.SubjectVisitId)
|
||||||
//.WhereIf(info.IsImageFilter, t => ("|" + info.CriterionModalitys + "|").Contains("|" + t.Modality + "|"))
|
//.WhereIf(info.IsImageFilter, t => ("|" + info.CriterionModalitys + "|").Contains("|" + t.Modality + "|"))
|
||||||
.Select(u => new TaskNoneDicomStudyDTO()
|
.Select(u => new TaskNoneDicomStudyDTO()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue