Uat_Study
parent
1a637881f7
commit
274e0846fe
|
@ -40,6 +40,17 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
|
||||
public string QuestionName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 类型
|
||||
/// </summary>
|
||||
public string Type { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 类型值
|
||||
/// </summary>
|
||||
public string TypeValue { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 序号标记
|
||||
/// </summary>
|
||||
|
|
|
@ -226,6 +226,8 @@ namespace IRaCIS.Application.Services
|
|||
QuestionId = x.Id,
|
||||
GroupName = x.GroupName,
|
||||
IsShowInDicom=x.IsShowInDicom,
|
||||
Type=x.Type,
|
||||
TypeValue=x.TypeValue,
|
||||
QuestionName = x.QuestionName,
|
||||
ShowOrder = x.ShowOrder,
|
||||
|
||||
|
@ -240,6 +242,8 @@ namespace IRaCIS.Application.Services
|
|||
QuestionId = x.Id,
|
||||
IsShowInDicom = x.IsShowInDicom,
|
||||
QuestionName = x.QuestionName,
|
||||
Type=x.Type,
|
||||
TypeValue=x.TypeValue,
|
||||
ShowOrder = x.ShowOrder,
|
||||
OrderMark=x.OrderMark,
|
||||
|
||||
|
@ -280,6 +284,8 @@ namespace IRaCIS.Application.Services
|
|||
QuestionName = x.QuestionName,
|
||||
QuestionId = x.ReadingQuestionId,
|
||||
TableQuestionId = x.Id,
|
||||
Type=x.Type,
|
||||
TypeValue=x.TypeValue,
|
||||
RowIndex = row.RowIndex,
|
||||
ShowOrder = x.ShowOrder,
|
||||
|
||||
|
|
Loading…
Reference in New Issue