Uat_IRC_Net8
parent
43019868a1
commit
c8734dcccc
|
|
@ -186,6 +186,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
x.CriterionName,
|
x.CriterionName,
|
||||||
x.Id,
|
x.Id,
|
||||||
x.ReadingTool,
|
x.ReadingTool,
|
||||||
|
x.CriterionType,
|
||||||
|
|
||||||
}).FirstOrDefaultAsync();
|
}).FirstOrDefaultAsync();
|
||||||
|
|
||||||
|
|
@ -216,7 +217,8 @@ namespace IRaCIS.Core.Application.Service
|
||||||
IsReadingShowSubjectInfo = criterionInfo.IsReadingShowSubjectInfo,
|
IsReadingShowSubjectInfo = criterionInfo.IsReadingShowSubjectInfo,
|
||||||
IsExistsClinicalData = isExistsClinicalData,
|
IsExistsClinicalData = isExistsClinicalData,
|
||||||
TrialCriterionName = criterionInfo.CriterionName,
|
TrialCriterionName = criterionInfo.CriterionName,
|
||||||
TrialCriterionId = criterionInfo.Id
|
TrialCriterionId = criterionInfo.Id,
|
||||||
|
criterionInfo.CriterionType,
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue