修改
This commit is contained in:
@@ -195,6 +195,11 @@ namespace IRaCIS.Application.Services
|
|||||||
return ResponseOutput.NotOk("当前条目已经在项目信息中被引用。");
|
return ResponseOutput.NotOk("当前条目已经在项目信息中被引用。");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (await _readingCriterionDictionaryRepository.AnyAsync(x => x.DictionaryId == id))
|
||||||
|
{
|
||||||
|
return ResponseOutput.NotOk("当前条目已经在阅片标准中被引用。");
|
||||||
|
}
|
||||||
|
|
||||||
var success = await _dicRepository.BatchDeleteNoTrackingAsync(t => t.Id == id);
|
var success = await _dicRepository.BatchDeleteNoTrackingAsync(t => t.Id == id);
|
||||||
return ResponseOutput.Result(success);
|
return ResponseOutput.Result(success);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1274,7 +1274,7 @@ namespace IRaCIS.Core.Application.Service
|
|||||||
case CriterionType.PERCIST:
|
case CriterionType.PERCIST:
|
||||||
case CriterionType.Forrest:
|
case CriterionType.Forrest:
|
||||||
case CriterionType.Lugano2014:
|
case CriterionType.Lugano2014:
|
||||||
case CriterionType.iRECIST:
|
case CriterionType.IRECIST1Point1:
|
||||||
case CriterionType.RANO_BM:
|
case CriterionType.RANO_BM:
|
||||||
case CriterionType.RANO:
|
case CriterionType.RANO:
|
||||||
case CriterionType.IWCLL2018:
|
case CriterionType.IWCLL2018:
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user