Uat_Study
parent
32d96d62c1
commit
1eac030958
|
@ -66,7 +66,7 @@ namespace IRaCIS.Application.Services
|
||||||
|
|
||||||
svlist.ForEach(t =>
|
svlist.ForEach(t =>
|
||||||
{
|
{
|
||||||
t.SubjectId= mapedSubject.Id,
|
t.SubjectId = mapedSubject.Id;
|
||||||
t.TrialId = subjectCommand.TrialId;
|
t.TrialId = subjectCommand.TrialId;
|
||||||
t.SiteId = subjectCommand.SiteId;
|
t.SiteId = subjectCommand.SiteId;
|
||||||
t.IsEnrollmentConfirm = t.IsBaseLine ? IsEnrollementQualificationConfirm : false;
|
t.IsEnrollmentConfirm = t.IsBaseLine ? IsEnrollementQualificationConfirm : false;
|
||||||
|
|
Loading…
Reference in New Issue