diff --git a/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs index 19edbe1dd..a02459bf3 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs @@ -125,6 +125,7 @@ namespace IRaCIS.Core.Application.Contracts.DTO { public Guid qcChallengeId { get; set; } + public Guid trialId { get; set; } public Guid subjectVisitId { get; set; } public QCChallengeCloseEnum closeEnum { get; set; }