稽查代码修改
parent
c81cdf30a0
commit
eacdcb1eb1
|
@ -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()
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue