This commit is contained in:
he
2023-06-20 13:17:36 +08:00
parent d34bf1ee7d
commit eef042b469
7 changed files with 75 additions and 12 deletions
@@ -33,7 +33,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 临床问题类型(分组,单选。)
/// </summary>
public ClinicalTableQuestionType ClinicalTableQuestionTypeEnum { get; set; }
public string ClinicalTableQuestionType { get; set; }
/// <summary>
/// 问题标识
@@ -85,6 +85,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid QuestionId { get; set; }
/// <summary>
/// 系统表格问题Id
/// </summary>
public Guid? SystemTableQuestionId { get; set; }
/// <summary>
/// 自定义计算标记
/// </summary>