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