Test.EIImageViewer
parent
c91d9517d9
commit
7cc48b9342
|
@ -52,7 +52,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
[NotDefault]
|
[NotDefault]
|
||||||
public Guid TrialId { get; set; }
|
public Guid TrialId { get; set; }
|
||||||
|
|
||||||
//public Guid? SignId { get; set; }
|
|
||||||
|
|
||||||
public Guid[] SubjectVisitIds { get; set; }=new Guid[0];
|
public Guid[] SubjectVisitIds { get; set; }=new Guid[0];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1260,7 +1260,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[HttpGet("{subjectVisitId:guid}")]
|
[HttpPost]
|
||||||
public async Task<IResponseOutput> VerifyCRCRequestToQC(CRCRequestToQCCommand cRCRequestToQCCommand)
|
public async Task<IResponseOutput> VerifyCRCRequestToQC(CRCRequestToQCCommand cRCRequestToQCCommand)
|
||||||
{
|
{
|
||||||
var dbSubjectVisitList = await _subjectVisitRepository.Where(t => cRCRequestToQCCommand.SubjectVisitIds.Contains(t.Id), true).ToListAsync();
|
var dbSubjectVisitList = await _subjectVisitRepository.Where(t => cRCRequestToQCCommand.SubjectVisitIds.Contains(t.Id), true).ToListAsync();
|
||||||
|
|
Loading…
Reference in New Issue