@@ -558,6 +558,11 @@ public class Tumor_CDISC_ExportService(IRepository<ReadingQuestionCriterionTrial
|
||||
{
|
||||
var tr = CreatNewTRExport(task, tr_subjectIndexNoDic);
|
||||
|
||||
|
||||
//填充固定信息
|
||||
Fill_TR_IndexValue(tr, trValueTypeIndex, trValueList);
|
||||
|
||||
|
||||
if (questionAnswer.TranslateDicName.IsNotNullOrEmpty())
|
||||
{
|
||||
tr.OriginalMeasurements = translateDataList[questionAnswer.TranslateDicName].Where(t => t.Code.ToLower() == questionAnswer.QuestionValue?.ToLower()).Select(t => isEn_Us ? t.Value : t.ValueCN).FirstOrDefault() ?? String.Empty;
|
||||
|
||||
Reference in New Issue
Block a user