Uat_Study
parent
0ccdc000cd
commit
4480c0189d
|
@ -22,6 +22,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 限制编辑
|
||||||
|
/// </summary>
|
||||||
|
public LimitEdit LimitEdit { get; set; } = LimitEdit.None;
|
||||||
public Guid QuestionId { get; set; }
|
public Guid QuestionId { get; set; }
|
||||||
|
|
||||||
public Guid TableQuestionId { get; set; }
|
public Guid TableQuestionId { get; set; }
|
||||||
|
|
|
@ -145,6 +145,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
LesionType = x.LesionType,
|
LesionType = x.LesionType,
|
||||||
QuestionGenre = x.QuestionGenre,
|
QuestionGenre = x.QuestionGenre,
|
||||||
DictionaryCode = x.DictionaryCode,
|
DictionaryCode = x.DictionaryCode,
|
||||||
|
LimitEdit= x.LimitEdit,
|
||||||
TypeValue = x.TypeValue,
|
TypeValue = x.TypeValue,
|
||||||
QuestionName = x.QuestionName.LanguageName(x.QuestionEnName, _userInfo.IsEn_Us),
|
QuestionName = x.QuestionName.LanguageName(x.QuestionEnName, _userInfo.IsEn_Us),
|
||||||
ShowOrder = x.ShowOrder,
|
ShowOrder = x.ShowOrder,
|
||||||
|
@ -167,6 +168,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
DataSource = x.DataSource,
|
DataSource = x.DataSource,
|
||||||
QuestionGenre = x.QuestionGenre,
|
QuestionGenre = x.QuestionGenre,
|
||||||
GroupEnName=x.GroupEnName,
|
GroupEnName=x.GroupEnName,
|
||||||
|
LimitEdit = x.LimitEdit,
|
||||||
DictionaryCode = x.DictionaryCode,
|
DictionaryCode = x.DictionaryCode,
|
||||||
Type = x.Type,
|
Type = x.Type,
|
||||||
QuestionType = x.QuestionType,
|
QuestionType = x.QuestionType,
|
||||||
|
@ -235,6 +237,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
Type = x.Type,
|
Type = x.Type,
|
||||||
IsShowInDicom = question.IsShowInDicom,
|
IsShowInDicom = question.IsShowInDicom,
|
||||||
DataSource = x.DataSource,
|
DataSource = x.DataSource,
|
||||||
|
LimitEdit = x.LimitEdit,
|
||||||
LesionType = question.LesionType,
|
LesionType = question.LesionType,
|
||||||
TableQuestionType = x.TableQuestionType,
|
TableQuestionType = x.TableQuestionType,
|
||||||
DictionaryCode = x.DictionaryCode,
|
DictionaryCode = x.DictionaryCode,
|
||||||
|
|
Loading…
Reference in New Issue