@@ -412,7 +412,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||
|
||||
var temp = await GetVisitQCStudyAndSeriesList(subjectVisitId);
|
||||
|
||||
//var qacheckList = await GetQCQuestionAnswerList(subjectVisitId, sv.TrialId, trialQCProcess, currentQCType);
|
||||
var qacheckList = await GetQCQuestionAnswerList(subjectVisitId, sv.TrialId, trialQCProcess, currentQCType);
|
||||
|
||||
List<SecondReviewDto> secondReviewList = new List<SecondReviewDto>();
|
||||
|
||||
@@ -454,7 +454,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||
|
||||
return new TrialVisitQADTO
|
||||
{
|
||||
//QCQuestionAnswerList = qacheckList,
|
||||
QCQuestionAnswerList = qacheckList,
|
||||
|
||||
SecondReviewList = secondReviewList,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user