Uat_Study
he 2023-03-20 16:56:16 +08:00
parent e0d6424de7
commit 77659dedca
3 changed files with 6 additions and 1 deletions

View File

@ -195,6 +195,11 @@ namespace IRaCIS.Application.Services
return ResponseOutput.NotOk("当前条目已经在项目信息中被引用。");
}
if (await _readingCriterionDictionaryRepository.AnyAsync(x => x.DictionaryId == id))
{
return ResponseOutput.NotOk("当前条目已经在阅片标准中被引用。");
}
var success = await _dicRepository.BatchDeleteNoTrackingAsync(t => t.Id == id);
return ResponseOutput.Result(success);
}

View File

@ -1274,7 +1274,7 @@ namespace IRaCIS.Core.Application.Service
case CriterionType.PERCIST:
case CriterionType.Forrest:
case CriterionType.Lugano2014:
case CriterionType.iRECIST:
case CriterionType.IRECIST1Point1:
case CriterionType.RANO_BM:
case CriterionType.RANO:
case CriterionType.IWCLL2018:

Binary file not shown.