Compare commits

...

2 Commits

Author SHA1 Message Date
he f06bc9654c Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2025-07-24 16:18:51 +08:00
he eacdcb1eb1 稽查代码修改 2025-07-24 16:18:50 +08:00
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()
{