Uat_Study
parent
f2dc43b47f
commit
d158c13c7c
|
@ -256,6 +256,8 @@ namespace IRaCIS.Core.Application.Service
|
|||
{
|
||||
var dic = answers.Where(y => y.ClinicalFormId == x).ToDictionary(x => x.QuestionId.ToString(), x => x.Answer);
|
||||
dic.Add("clinicalFormId", x.ToString());
|
||||
dic.Add("trialId", inDto.TrialId.ToString());
|
||||
dic.Add("subjectId", inDto.SubjectId.ToString());
|
||||
result.AnswerList.Add(dic);
|
||||
|
||||
});
|
||||
|
|
|
@ -57,6 +57,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
{
|
||||
public Guid SubjectId { get; set; }
|
||||
|
||||
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
public Guid ClinicalDataTrialSetId { get; set; }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue