Uat_Study
parent
5ba154e7fc
commit
1cc7afa7d0
|
@ -1011,7 +1011,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
|||
var success1 = await _repository.BatchDeleteAsync<DicomStudy>(t => t.Id == id);
|
||||
var succeess2 = await _repository.BatchDeleteAsync<DicomInstance>(t => t.StudyId == id);
|
||||
var success3 = await _repository.BatchDeleteAsync<DicomSeries>(t => t.StudyId == id);
|
||||
var success3 = await _repository.BatchDeleteAsync<StudyMonitor>(t => t.StudyId == id);
|
||||
var success4 = await _repository.BatchDeleteAsync<StudyMonitor>(t => t.StudyId == id);
|
||||
|
||||
//删除 物理文件
|
||||
|
||||
|
|
Loading…
Reference in New Issue