StudyId bug
parent
108be0bc23
commit
7c1e91b945
|
@ -175,6 +175,7 @@ namespace IRaCIS.Core.Application.Service.Third_partyProject
|
|||
|
||||
var list = await _visitTaskRepository.Where(t => t.Id == visiTaskId).Select(t => t.SourceSubjectVisit).SelectMany(t => t.StudyList).Select(t => new StudySeriesModality
|
||||
{
|
||||
StudyId = t.Id,
|
||||
SeriesCount = t.SeriesCount,
|
||||
StudyCode = t.StudyCode,
|
||||
SeriesModalityList = t.SeriesList.Select(t => new SeriesModality { SeriesId = t.Id, Modality = t.Modality }).ToList()
|
||||
|
|
Loading…
Reference in New Issue