This commit is contained in:
2023-03-09 16:18:35 +08:00
3 changed files with 59 additions and 0 deletions
@@ -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());