Compare commits
No commits in common. "f9327c56db1b439eab555da7496f191c181c5ba0" and "02f3e976540bbe514f3c587ca1574950ac298183" have entirely different histories.
f9327c56db
...
02f3e97654
|
@ -2018,21 +2018,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
);
|
||||
}
|
||||
|
||||
//
|
||||
foreach (var item in entitys.Where(x => x.Entity.GetType() == typeof(DicomInstance)))
|
||||
{
|
||||
var type = GetEntityAuditOpt(item);
|
||||
|
||||
var entity = item.Entity as DicomInstance;
|
||||
|
||||
await InsertInspection<DicomInstance>(item.Entity as DicomInstance, type, x => new InspectionConvertDTO()
|
||||
{
|
||||
ObjectRelationParentId = x.SeriesId,
|
||||
ObjectRelationParentId2 = x.StudyId,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
// 非Dicom
|
||||
foreach (var item in entitys.Where(x => x.Entity.GetType() == typeof(NoneDicomStudy)))
|
||||
|
|
Loading…
Reference in New Issue