Compare commits

..

No commits in common. "9834335767a81fd6eff639d238637d81305802a7" and "3fc7b72a457b81a4c1566255a0db38ccf918f5b7" have entirely different histories.

1 changed files with 0 additions and 13 deletions

View File

@ -1915,19 +1915,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
}); });
} }
// 后处理Dicom影像
// TaskStudy
foreach (var item in entitys.Where(x => x.Entity.GetType() == typeof(TaskStudy)))
{
var type = GetEntityAuditOpt(item);
await InsertInspection<TaskStudy>(item.Entity as TaskStudy, type, x => new InspectionConvertDTO()
{
ObjectRelationParentId = x.VisitTaskId
});
}
// 序列 // 序列
foreach (var item in entitys.Where(x => x.Entity.GetType() == typeof(DicomSeries))) foreach (var item in entitys.Where(x => x.Entity.GetType() == typeof(DicomSeries)))
{ {