diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index 9765f482f..baf0e84e8 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -68,7 +68,11 @@ namespace IRaCIS.Core.Infra.EFCore.Common typeof(TrialSiteUserRole), typeof(VisitStage), typeof(TrialSite), - typeof(NoneDicomStudy) + typeof(NoneDicomStudy), + typeof(NoneDicomStudyFile), + typeof(DicomInstance), + typeof(DicomSeries), + typeof(DicomStudy) }; }