Uat_Study
parent
7a1f267d94
commit
15dda3678b
|
@ -114,7 +114,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 表格问题类型
|
/// 表格问题类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public TableQuestionType TableQuestionType { get; set; }
|
public TableQuestionType? TableQuestionType { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 依赖父问题
|
/// 依赖父问题
|
||||||
|
|
|
@ -98,7 +98,7 @@ namespace IRaCIS.Application.Services
|
||||||
|
|
||||||
//public async Task<> GetVisitReadingQuestion(GetVisitReadingQuestionInDto inDto)
|
//public async Task<> GetVisitReadingQuestion(GetVisitReadingQuestionInDto inDto)
|
||||||
//{
|
//{
|
||||||
|
|
||||||
//}
|
//}
|
||||||
|
|
||||||
|
|
||||||
|
@ -826,6 +826,9 @@ namespace IRaCIS.Application.Services
|
||||||
|
|
||||||
}); ;
|
}); ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region 获取系统的阅片问题
|
#region 获取系统的阅片问题
|
||||||
|
|
|
@ -120,7 +120,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 表格问题类型
|
/// 表格问题类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public TableQuestionType TableQuestionType { get; set; }
|
public TableQuestionType? TableQuestionType { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 系统标准Id
|
/// 系统标准Id
|
||||||
|
|
Loading…
Reference in New Issue