修改代码

This commit is contained in:
he
2023-02-07 16:56:18 +08:00
parent 9b1b42f42d
commit 127a9b8221
9 changed files with 240 additions and 0 deletions
@@ -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,