This commit is contained in:
he
2023-01-03 15:18:40 +08:00
parent 932cb89a44
commit dcbb9fa391
4 changed files with 39 additions and 0 deletions
@@ -738,11 +738,22 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public TableQuestionType? QuestionGenre { get; set; }
/// <summary>
/// Parent问题类型
/// </summary>
public TableQuestionType? ParentQuestionGenre { get; set; }
/// <summary>
/// 字典code
/// </summary>
public string DictionaryCode { get; set; } = string.Empty;
/// <summary>
/// Parent字典code
/// </summary>
public string ParentDictionaryCode { get; set; } = string.Empty;
/// <summary>
/// 系统标准Id
@@ -941,6 +952,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public TableQuestionType? QuestionGenre { get; set; }
/// <summary>
/// Parent问题类型
/// </summary>
public TableQuestionType? ParentQuestionGenre { get; set; }
/// <summary>
/// 全局阅片显示类型
@@ -959,6 +975,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string DictionaryCode { get; set; } = string.Empty;
/// <summary>
/// Parent字典code
/// </summary>
public string ParentDictionaryCode { get; set; } = string.Empty;
/// <summary>
/// 关联ID
/// </summary>