Uat_Study
he 2022-09-16 11:41:50 +08:00
parent 670913743c
commit 6bb621b8b8
2 changed files with 7 additions and 0 deletions

View File

@ -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; }

View File

@ -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,