稽查代码修改

Uat_IRC_Net8
he 2025-07-24 16:18:50 +08:00
parent c81cdf30a0
commit eacdcb1eb1
1 changed files with 14 additions and 0 deletions

View File

@ -2657,6 +2657,20 @@ namespace IRaCIS.Core.Infra.EFCore.Common
}
}
if (type == AuditOpt.Update && _userInfo.RequestUrl == "ReadingClinicalData/deleteReadingClinicalDataPDF")
{
switch (config.ClinicalDataLevel)
{
case ClinicalLevel.ImageRead:
case ClinicalLevel.OncologyRead:
extraIndentification = "ImageRead";
break;
default:
extraIndentification = "SubjectVisit";
break;
}
}
await InsertInspection<ReadingClinicalData>(item.Entity as ReadingClinicalData, type, x => new InspectionConvertDTO()
{