@@ -2216,6 +2216,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||
var clinicalDataSetNameList = clinicalDataTrialSetList.Select(x => x.ClinicalDataSetName).ToList();
|
||||
await InsertInspection<ReadModuleCriterionFrom>(readModuleCriterionFrom, type, x => new InspectionConvertDTO()
|
||||
{
|
||||
GeneralId= readModuleCriterionFrom.ReadModuleId,
|
||||
TrialId = subject.TrialId,
|
||||
SubjectId = subject.Id,
|
||||
}, new
|
||||
@@ -2279,6 +2280,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||
|
||||
await InsertInspection<ReadModuleCriterionFrom>(readModuleCriterionFrom, type, x => new InspectionConvertDTO()
|
||||
{
|
||||
GeneralId= entity.Id,
|
||||
TrialId = subject.TrialId,
|
||||
SubjectId = subject.Id,
|
||||
}, new
|
||||
|
||||
Reference in New Issue
Block a user