添加IsImageQualityControl
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2026-01-28 16:08:18 +08:00
parent e6b3c662e2
commit 1181540302
7 changed files with 21557 additions and 1 deletions
@@ -107,6 +107,11 @@ namespace IRaCIS.Core.Application.Contracts
public List<Guid> TrialCriterionIds { get; set; } = new List<Guid>();
/// <summary>
/// 影像质控风险控制
/// </summary>
public bool? IsImageQualityControl { get; set; }
public Guid TrialId { get; set; }
/// <summary>
@@ -281,6 +281,10 @@ namespace IRaCIS.Application.Contracts
public bool IsIQCAutoNextTask { get; set; }
/// <summary>
/// 影像质控风险控制
/// </summary>
public bool? IsImageQualityControl { get; set; }
public bool IsExternalViewTrialChart { get; set; }
#endregion