This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user