代码提交

This commit is contained in:
he
2024-07-29 10:43:24 +08:00
parent 880525b015
commit 5175c857ec
5 changed files with 12 additions and 4 deletions
@@ -584,6 +584,7 @@ namespace IRaCIS.Core.Application.Services
SeriesId = x.SeriesId,
StudyId = x.StudyId,
InstanceId = x.InstanceId,
NumberOfFrames=x.NumberOfFrames,
}).ToListAsync();
@@ -595,6 +596,7 @@ namespace IRaCIS.Core.Application.Services
SeriesId = x.SeriesId,
StudyId = x.StudyId,
InstanceId = x.InstanceId,
NumberOfFrames = x.NumberOfFrames,
}).ToListAsync();
rowInfoList.AddRange(customoList);