diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index 08bebd02a..e7bdf14a4 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -3375,6 +3375,10 @@ namespace IRaCIS.Core.Infra.EFCore.Common extraIdentification = "/Nontumorous"; } + if (readingQuestion.ReadingQuestionCriterionTrial.CriterionType == CriterionType.SelfDefine) + { + extraIdentification = "/SelfDefine"; + } await InsertInspection(entity, type, x => new InspectionConvertDTO()