diff --git a/IRaCIS.Core.Application/Service/QC/QCListService.cs b/IRaCIS.Core.Application/Service/QC/QCListService.cs index 27dc1d64d..c26c8783e 100644 --- a/IRaCIS.Core.Application/Service/QC/QCListService.cs +++ b/IRaCIS.Core.Application/Service/QC/QCListService.cs @@ -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 secondReviewList = new List(); @@ -454,7 +454,7 @@ namespace IRaCIS.Core.Application.Image.QA return new TrialVisitQADTO { - //QCQuestionAnswerList = qacheckList, + QCQuestionAnswerList = qacheckList, SecondReviewList = secondReviewList,