代码提交
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user