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