修改
This commit is contained in:
@@ -64,7 +64,7 @@ namespace IRaCIS.Core.Application.Triggers
|
||||
t.TrialId = subject.TrialId;
|
||||
t.SiteId = subject.SiteId;
|
||||
t.IsEnrollmentConfirm = t.IsBaseLine ? IsEnrollementQualificationConfirm : false;
|
||||
|
||||
t.Id = NewId.NextGuid();
|
||||
readingClinicals.AddRange(
|
||||
|
||||
cRCClinicalDatas.WhereIf(!t.IsBaseLine, x => x.ClinicalDataLevel == ClinicalLevel.SubjectVisit).Select(x => new ReadingClinicalData()
|
||||
|
||||
Reference in New Issue
Block a user