From 5ac9a37de2d8bb60befdf23b8ff0a2addfc7b4b6 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 9 Jul 2025 11:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=A8=E6=8E=A7=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=98=AF=E5=90=A6=E9=98=85=E7=89=87=20=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=88=A0=E9=99=A4=20=E7=A8=BD=E6=9F=A5=E5=90=88?= =?UTF-8?q?=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) }; }