增加标准Id

Uat_Study
hang 2022-10-14 14:45:47 +08:00
parent 774bf72460
commit 358cde05a3
1 changed files with 4 additions and 1 deletions

View File

@ -1420,6 +1420,7 @@ namespace IRaCIS.Application.Services
x.IsReadingShowPreviousResults, x.IsReadingShowPreviousResults,
x.IsReadingShowSubjectInfo, x.IsReadingShowSubjectInfo,
x.CriterionName, x.CriterionName,
x.Id,
}).FirstOrDefaultAsync(); }).FirstOrDefaultAsync();
@ -1452,7 +1453,9 @@ namespace IRaCIS.Application.Services
IsReadingShowPreviousResults = criterionInfo.IsReadingShowPreviousResults, IsReadingShowPreviousResults = criterionInfo.IsReadingShowPreviousResults,
IsReadingShowSubjectInfo = criterionInfo.IsReadingShowSubjectInfo, IsReadingShowSubjectInfo = criterionInfo.IsReadingShowSubjectInfo,
IsExistsClinicalData = isExistsClinicalData, IsExistsClinicalData = isExistsClinicalData,
TrialCriterionName= criterionInfo.CriterionName TrialCriterionName= criterionInfo.CriterionName,
TrialCriterionId = criterionInfo.Id
}); });
} }
#endregion #endregion