批量处理实体类空行
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-20 14:34:32 +08:00
parent 7524d39213
commit 718ddefe97
163 changed files with 0 additions and 1923 deletions
@@ -49,8 +49,6 @@ namespace IRaCIS.Core.Domain.Models
}
}
[NotMapped]
public List<string> RelevanceValueList
{
@@ -68,8 +66,6 @@ namespace IRaCIS.Core.Domain.Models
}
}
[NotMapped]
public List<CalculateInfo> CalculateQuestionList
{
@@ -111,8 +107,6 @@ namespace IRaCIS.Core.Domain.Models
}
#endregion
public bool IsAdditional { get; set; }
/// <summary>
/// 项目标准Id
/// </summary>
@@ -152,8 +146,6 @@ namespace IRaCIS.Core.Domain.Models
/// 父问题ID
/// </summary>
public Guid? ParentId { get; set; }
/// <summary>
/// 类型值
/// </summary>
@@ -180,8 +172,6 @@ namespace IRaCIS.Core.Domain.Models
/// 全局阅片显示类型
/// </summary>
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow;
/// <summary>
/// 转化显示类型
/// </summary>
@@ -196,9 +186,6 @@ namespace IRaCIS.Core.Domain.Models
/// 分组
/// </summary>
public string GroupName { get; set; } = string.Empty;
/// <summary>
/// 系统问题ID
/// </summary>
@@ -233,9 +220,6 @@ namespace IRaCIS.Core.Domain.Models
/// 裁判百分比或绝对值的相差值匹配规则
/// </summary>
public JudgeDifferenceType JudgeDifferenceType { get; set; }
/// <summary>
/// 标准分页Id
/// </summary>
@@ -285,8 +269,6 @@ namespace IRaCIS.Core.Domain.Models
/// 是否显示在Dicom阅片中
/// </summary>
public bool IsShowInDicom { get; set; } = false;
/// <summary>
/// 序号标记
/// </summary>
@@ -316,8 +298,6 @@ namespace IRaCIS.Core.Domain.Models
/// 自定义单位
/// </summary>
public string CustomUnit { get; set; } = string.Empty;
/// <summary>
/// 自定义计算标记
/// </summary>
@@ -372,31 +352,19 @@ namespace IRaCIS.Core.Domain.Models
/// 分组ID
/// </summary>
public Guid? GroupId { get; set; }
/// <summary>
/// 分组分类
/// </summary>
public GroupClassify? GroupClassify { get; set; }
/// <summary>
/// 问题分类
/// </summary>
public QuestionClassify? QuestionClassify { get; set; }
/// <summary>
/// 高亮问题的答案
/// </summary>
public string HighlightAnswer { get; set; } = "[]";
}
public class CalculateInfo
{
public bool IsTable { get; set; }
@@ -406,7 +374,4 @@ namespace IRaCIS.Core.Domain.Models
public Guid? TableQuestionId { get; set; }
}
}