Uat_Study
he 2022-09-01 17:07:04 +08:00
parent 1a637881f7
commit 274e0846fe
2 changed files with 17 additions and 0 deletions

View File

@ -40,6 +40,17 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string QuestionName { get; set; } public string QuestionName { get; set; }
/// <summary>
/// 类型
/// </summary>
public string Type { get; set; }
/// <summary>
/// 类型值
/// </summary>
public string TypeValue { get; set; }
/// <summary> /// <summary>
/// 序号标记 /// 序号标记
/// </summary> /// </summary>

View File

@ -226,6 +226,8 @@ namespace IRaCIS.Application.Services
QuestionId = x.Id, QuestionId = x.Id,
GroupName = x.GroupName, GroupName = x.GroupName,
IsShowInDicom=x.IsShowInDicom, IsShowInDicom=x.IsShowInDicom,
Type=x.Type,
TypeValue=x.TypeValue,
QuestionName = x.QuestionName, QuestionName = x.QuestionName,
ShowOrder = x.ShowOrder, ShowOrder = x.ShowOrder,
@ -240,6 +242,8 @@ namespace IRaCIS.Application.Services
QuestionId = x.Id, QuestionId = x.Id,
IsShowInDicom = x.IsShowInDicom, IsShowInDicom = x.IsShowInDicom,
QuestionName = x.QuestionName, QuestionName = x.QuestionName,
Type=x.Type,
TypeValue=x.TypeValue,
ShowOrder = x.ShowOrder, ShowOrder = x.ShowOrder,
OrderMark=x.OrderMark, OrderMark=x.OrderMark,
@ -280,6 +284,8 @@ namespace IRaCIS.Application.Services
QuestionName = x.QuestionName, QuestionName = x.QuestionName,
QuestionId = x.ReadingQuestionId, QuestionId = x.ReadingQuestionId,
TableQuestionId = x.Id, TableQuestionId = x.Id,
Type=x.Type,
TypeValue=x.TypeValue,
RowIndex = row.RowIndex, RowIndex = row.RowIndex,
ShowOrder = x.ShowOrder, ShowOrder = x.ShowOrder,