稽查3
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2023-11-28 16:51:16 +08:00
parent 0f5a1a6335
commit aacfbf7178
1 changed files with 2 additions and 0 deletions

View File

@ -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