diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index ee620541b..d77762729 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -2216,6 +2216,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common var clinicalDataSetNameList = clinicalDataTrialSetList.Select(x => x.ClinicalDataSetName).ToList(); await InsertInspection(readModuleCriterionFrom, type, x => new InspectionConvertDTO() { + GeneralId= readModuleCriterionFrom.ReadModuleId, TrialId = subject.TrialId, SubjectId = subject.Id, }, new @@ -2279,6 +2280,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common await InsertInspection(readModuleCriterionFrom, type, x => new InspectionConvertDTO() { + GeneralId= entity.Id, TrialId = subject.TrialId, SubjectId = subject.Id, }, new