Compare commits
No commits in common. "f06bc9654c995871c6713b88cf9741b173591915" and "11d57fb0b614b7ec16a956e5110730dd0a53334e" have entirely different histories.
f06bc9654c
...
11d57fb0b6
|
@ -2657,20 +2657,6 @@ 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()
|
await InsertInspection<ReadingClinicalData>(item.Entity as ReadingClinicalData, type, x => new InspectionConvertDTO()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue