修改代码
This commit is contained in:
@@ -146,6 +146,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
QuestionGenre = x.QuestionGenre,
|
||||
DictionaryCode = x.DictionaryCode,
|
||||
LimitEdit= x.LimitEdit,
|
||||
MaxAnswerLength=x.MaxAnswerLength,
|
||||
FileType=x.FileType,
|
||||
TypeValue = x.TypeValue,
|
||||
QuestionName = x.QuestionName.LanguageName(x.QuestionEnName, _userInfo.IsEn_Us),
|
||||
ShowOrder = x.ShowOrder,
|
||||
@@ -169,6 +171,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
QuestionGenre = x.QuestionGenre,
|
||||
GroupEnName=x.GroupEnName,
|
||||
LimitEdit = x.LimitEdit,
|
||||
MaxAnswerLength=x.MaxAnswerLength,
|
||||
FileType=x.FileType,
|
||||
DictionaryCode = x.DictionaryCode,
|
||||
Type = x.Type,
|
||||
QuestionType = x.QuestionType,
|
||||
@@ -238,6 +242,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
IsShowInDicom = question.IsShowInDicom,
|
||||
DataSource = x.DataSource,
|
||||
LimitEdit = x.LimitEdit,
|
||||
MaxAnswerLength=x.MaxAnswerLength,
|
||||
FileType=x.FileType,
|
||||
LesionType = question.LesionType,
|
||||
TableQuestionType = x.TableQuestionType,
|
||||
DictionaryCode = x.DictionaryCode,
|
||||
|
||||
Reference in New Issue
Block a user