Test.EIImageViewer
he 2023-03-09 15:54:11 +08:00
parent fe81bb224a
commit 1c16dcf961
1 changed files with 1 additions and 0 deletions

View File

@ -530,6 +530,7 @@ namespace IRaCIS.Core.Application.Services
});
result.AddRange(studyList);
result = result.Where(x => x.SeriesCount > 0).ToList();
return result;
//return ResponseOutput.Ok(studyList.Where(t => t.SeriesList.Count > 0).ToList());