批量处理实体类空行
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
@@ -13,8 +13,6 @@ namespace IRaCIS.Core.Domain.Models
[JsonIgnore]
[ForeignKey("GroupId")]
public ReadingQuestionSystem GroupInfo { get; set; }
[JsonIgnore]
[ForeignKey("ReadingQuestionCriterionSystemId")]
public ReadingQuestionCriterionSystem ReadingQuestionCriterionSystem { get; set; }
@@ -22,8 +20,6 @@ namespace IRaCIS.Core.Domain.Models
[JsonIgnore]
[ForeignKey("ParentId")]
public ReadingQuestionSystem ParentReadingQuestionSystem { get; set; }
[JsonIgnore]
[ForeignKey("RelevanceId")]
public ReadingQuestionSystem RelevanceReadingQuestionSystem { get; set; }
@@ -45,8 +41,6 @@ namespace IRaCIS.Core.Domain.Models
}
}
[NotMapped]
public List<string> RelevanceValueList
{
@@ -129,8 +123,6 @@ namespace IRaCIS.Core.Domain.Models
/// 是否启用
/// </summary>
public bool IsEnable { get; set; }
/// <summary>
/// 是否是裁判问题
/// </summary>
@@ -195,9 +187,6 @@ namespace IRaCIS.Core.Domain.Models
/// 字典code
/// </summary>
public string DictionaryCode { get; set; } = string.Empty;
/// <summary>
/// 问题类型
/// </summary>
@@ -227,8 +216,6 @@ namespace IRaCIS.Core.Domain.Models
/// 单位
/// </summary>
public ValueUnit? Unit { get; set; }
/// <summary>
/// 问题英文名称
/// </summary>
@@ -283,14 +270,5 @@ namespace IRaCIS.Core.Domain.Models
/// 高亮问题的答案
/// </summary>
public string HighlightAnswer { get; set; } = "[]";
}
}
@@ -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; }
}
}
@@ -15,33 +15,16 @@ namespace IRaCIS.Core.Domain.Models
public Dictionary Dictionary { get; set; }
#endregion
public Guid CriterionId { get; set; }
public Guid DictionaryId { get; set; }
public bool IsSystemCriterion { get; set; } = false;
public string ParentCode { get; set; } = string.Empty;
public bool IsBaseLineUse { get; set; } = false;
public bool IsFollowVisitUse { get; set; } = false;
/// <summary>
/// ±ê×¼×Öµä·Ö×é
/// </summary>
public CrterionDictionaryGroup CrterionDictionaryGroup { get; set; } = CrterionDictionaryGroup.General;
}
}
@@ -1,7 +1,3 @@
using IRaCIS.Core.Domain.Share;
using System.Linq;
@@ -35,8 +31,6 @@ namespace IRaCIS.Core.Domain.Models
}
}
[NotMapped]
public List<string> RelevanceValueList
{
@@ -62,8 +56,6 @@ namespace IRaCIS.Core.Domain.Models
public Guid ReadingQuestionId { get; set; }
public string Type { get; set; } = string.Empty;
public Guid? ParentId { get; set; }
/// <summary>
@@ -127,8 +119,6 @@ namespace IRaCIS.Core.Domain.Models
/// 数据列
/// </summary>
public string DataTableColumn { get; set; } = string.Empty;
/// <summary>
/// 关联父问题
/// </summary>
@@ -158,8 +148,6 @@ namespace IRaCIS.Core.Domain.Models
/// 字典code
/// </summary>
public string DictionaryCode { get; set; } = string.Empty;
/// <summary>
/// 数值类型
/// </summary>
@@ -199,9 +187,5 @@ namespace IRaCIS.Core.Domain.Models
/// 问题分类
/// </summary>
public QuestionClassify? QuestionClassify { get; set; }
}
}
@@ -1,7 +1,3 @@
using IRaCIS.Core.Domain.Share;
using System.Linq;
@@ -38,8 +34,6 @@ namespace IRaCIS.Core.Domain.Models
}
}
[NotMapped]
public List<string> RelevanceValueList
{
@@ -57,8 +51,6 @@ namespace IRaCIS.Core.Domain.Models
}
}
[NotMapped]
public List<CalculateInfo> CalculateQuestionList
{
@@ -85,38 +77,24 @@ namespace IRaCIS.Core.Domain.Models
/// 项目问题的Id ReadingQuestionTrial的id
/// </summary>
public Guid ReadingQuestionId { get; set; }
public string Type { get; set; } = string.Empty;
public Guid? ParentId { get; set; }
public string ParentTriggerValue { get; set; } = string.Empty;
public string QuestionName { get; set; } = string.Empty;
public IsRequired IsRequired { get; set; }
public int ShowOrder { get; set; }
public string TypeValue { get; set; } = string.Empty;
public bool IsEnable { get; set; }
public string Remark { get; set; } = string.Empty;
public Guid? RelevanceId { get; set; }
public string RelevanceValue { get; set; } = string.Empty;
public int ShowQuestion { get; set; }
public int? MaxRowCount { get; set; }
public string DataTableName { get; set; } = string.Empty;
@@ -128,16 +106,12 @@ namespace IRaCIS.Core.Domain.Models
public Guid? DependParentId { get; set; }
public IsDepend IsDepend { get; set; }
public Guid TrialCriterionId { get; set; }
/// <summary>
/// 问题标识
/// </summary>
public QuestionMark? QuestionMark { get; set; }
/// <summary>
/// 字典code
/// </summary>
@@ -197,9 +171,6 @@ namespace IRaCIS.Core.Domain.Models
/// 问题分类
/// </summary>
public QuestionClassify? QuestionClassify { get; set; }
/// <summary>
/// 复制病灶的时候 是否复制这个问题
/// </summary>
@@ -209,10 +180,5 @@ namespace IRaCIS.Core.Domain.Models
/// 系统表格问题Id
/// </summary>
public Guid? SystemTableQuestionId { get; set; }
}
}
@@ -1,7 +1,3 @@
using IRaCIS.Core.Domain.Share;
namespace IRaCIS.Core.Domain.Models
{
@@ -24,9 +20,6 @@ namespace IRaCIS.Core.Domain.Models
public Guid CriterionId { get; set; }
public Guid DictionaryId { get; set; }
public string ParentCode { get; set; } = string.Empty;
public bool IsBaseLineUse { get; set; }
@@ -34,10 +27,5 @@ namespace IRaCIS.Core.Domain.Models
public bool IsFollowVisitUse { get; set; }
public CrterionDictionaryGroup CrterionDictionaryGroup { get; set; }
}
}