组件一致性分析

This commit is contained in:
2022-07-14 15:46:48 +08:00
parent f5d7dbf7e3
commit a1c63ec8db
4 changed files with 35 additions and 11 deletions
@@ -205,6 +205,17 @@ namespace IRaCIS.Core.Application.Contracts
public bool IsReadingShowPreviousResults { get; set; }
public TaskAllocateDefaultState FollowJudgeTaskAutoAssignDefaultState { get; set; }
/// <summary>
/// QC流程 0 不审,1 单审,2双审
/// </summary>
public TrialQCProcess QCProcessEnum { get; set; } = TrialQCProcess.DoubleAudit;
/// <summary>
/// 影像一致性核查
/// </summary>
public bool IsImageConsistencyVerification { get; set; } = true;
}
public class TrialReadingTaskViewConfig