Compare commits
2 Commits
11d57fb0b6
...
f06bc9654c
Author | SHA1 | Date |
---|---|---|
|
f06bc9654c | |
|
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()
|
await InsertInspection<ReadingClinicalData>(item.Entity as ReadingClinicalData, type, x => new InspectionConvertDTO()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue