Uat_Study
parent
e0d6424de7
commit
77659dedca
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
|
|
BIN
后端提示语.xlsx
BIN
后端提示语.xlsx
Binary file not shown.
Loading…
Reference in New Issue