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