Uat_Study
parent
86546558bd
commit
34c331fef7
|
@ -1023,6 +1023,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
{
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 项目标准Id
|
||||
/// </summary>
|
||||
|
@ -1205,7 +1207,16 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
/// </summary>
|
||||
public QuestionMark? QuestionMark { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
///// <summary>
|
||||
|
|
|
@ -979,8 +979,12 @@ namespace IRaCIS.Application.Services
|
|||
QuestionName = data.QuestionName,
|
||||
IsRequired = data.IsRequired,
|
||||
ShowQuestion = data.ShowQuestion,
|
||||
LesionType=data.LesionType,
|
||||
|
||||
ShowOrder = data.ShowOrder,
|
||||
RelevanceId = data.RelevanceId,
|
||||
IsShowInDicom=data.IsShowInDicom,
|
||||
MaxQuestionCount=data.MaxQuestionCount,
|
||||
RelevanceValue = data.RelevanceValue,
|
||||
ImageCount = data.ImageCount,
|
||||
ParentId = data.ParentId,
|
||||
|
|
Loading…
Reference in New Issue