Uat_Study
parent
670913743c
commit
6bb621b8b8
|
@ -36,6 +36,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
|
||||
public int RowIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 问题类型
|
||||
/// </summary>
|
||||
public QuestionType? QuestionType { get; set; }
|
||||
|
||||
public string GroupName { get; set; }
|
||||
|
||||
public string QuestionName { get; set; }
|
||||
|
|
|
@ -342,6 +342,7 @@ namespace IRaCIS.Application.Services
|
|||
GroupName = x.GroupName,
|
||||
IsShowInDicom = x.IsShowInDicom,
|
||||
Type = x.Type,
|
||||
QuestionType=x.QuestionType,
|
||||
TypeValue = x.TypeValue,
|
||||
QuestionName = x.QuestionName,
|
||||
ShowOrder = x.ShowOrder,
|
||||
|
@ -358,6 +359,7 @@ namespace IRaCIS.Application.Services
|
|||
IsShowInDicom = x.IsShowInDicom,
|
||||
QuestionName = x.QuestionName,
|
||||
Type = x.Type,
|
||||
QuestionType=x.QuestionType,
|
||||
TypeValue = x.TypeValue,
|
||||
ShowOrder = x.ShowOrder,
|
||||
OrderMark = x.OrderMark,
|
||||
|
|
Loading…
Reference in New Issue