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