@@ -265,6 +265,9 @@ namespace IRaCIS.Core.Application.Service
|
||||
Answer = x.Answer,
|
||||
Type = x.ReadingQuestionTrial.Type,
|
||||
Unit = x.ReadingQuestionTrial.Unit,
|
||||
CustomUnit= x.ReadingQuestionTrial.CustomUnit,
|
||||
ValueType=x.ReadingQuestionTrial.ValueType,
|
||||
|
||||
QuestionId = x.ReadingQuestionTrial.Id,
|
||||
QuestionName = x.ReadingQuestionTrial.QuestionName.LanguageName(x.ReadingQuestionTrial.QuestionEnName, _userInfo.IsEn_Us),
|
||||
QuestionGenre = x.ReadingQuestionTrial.QuestionGenre,
|
||||
@@ -314,10 +317,13 @@ namespace IRaCIS.Core.Application.Service
|
||||
Answer = x.Answer,
|
||||
Type = x.Type,
|
||||
Unit = x.Unit,
|
||||
CustomUnit=x.CustomUnit,
|
||||
|
||||
QuestionId = x.QuestionId!.Value,
|
||||
QuestionName = x.QuestionName,
|
||||
QuestionGenre = x.QuestionGenre,
|
||||
DictionaryCode = x.DictionaryCode,
|
||||
ValueType=x.ValueType,
|
||||
}).ToList()
|
||||
};
|
||||
|
||||
@@ -358,6 +364,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
QuestionName = x.QuestionName,
|
||||
QuestionGenre = x.QuestionGenre,
|
||||
DictionaryCode = x.DictionaryCode,
|
||||
ValueType=x.ValueType,
|
||||
}).ToList()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user