Uat_Study
parent
0e7e405fb5
commit
8f3c5d6b71
|
@ -154,7 +154,7 @@ namespace IRaCIS.Core.API.Controllers
|
|||
/// </summary>
|
||||
/// <param name="opt"></param>
|
||||
/// <returns></returns>
|
||||
[HttpPost, Route("Inspection/Inspection/DeleteNoneDicomStudy")]
|
||||
[HttpPost, Route("Inspection/noneDicom/DeleteNoneDicomStudy")]
|
||||
[UnitOfWork]
|
||||
public async Task<IResponseOutput> DeleteNoneDicomStudy(DataInspectionDto<IDDto> opt)
|
||||
{
|
||||
|
|
|
@ -170,7 +170,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
|
|||
signId = await AddSignRecordAsync(SignInfo);
|
||||
if (verifyResult.IsSuccess == false)
|
||||
{
|
||||
return verifyResult;
|
||||
return verifyResult;
|
||||
}
|
||||
//await AddSignRecordAsync(SignInfo);
|
||||
}
|
||||
|
|
|
@ -33,7 +33,8 @@ namespace IRaCIS.Core.Application.Image.QA
|
|||
private object _locker = new object();
|
||||
|
||||
public QCOperationService(DicomFileStoreHelper dicomFileStoreHelper, IRepository<SubjectVisit> subjectVisitRepository,
|
||||
IRepository<Trial> trialRepository
|
||||
IRepository<Trial> trialRepository,
|
||||
IRepository<DicomStudy> _trialRepository
|
||||
)
|
||||
{
|
||||
_dicomFileStoreHelper = dicomFileStoreHelper;
|
||||
|
@ -946,6 +947,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
|||
return ResponseOutput.NotOk("CRC Has Submited Image,can not delete");
|
||||
}
|
||||
|
||||
var DicomStudys=
|
||||
|
||||
#region will calls error wried
|
||||
//ids.ToList().ForEach(async id =>
|
||||
|
|
Loading…
Reference in New Issue