修改警告 更新包

This commit is contained in:
2022-08-10 14:21:32 +08:00
parent 952c89b866
commit 6e4fb5e407
19 changed files with 89 additions and 93 deletions
@@ -181,15 +181,7 @@ namespace IRaCIS.Core.Application.Contracts
public class TrialBasicConfigView : TrialTaskConfigView
{
/// <summary>
/// QC流程 0 不审,1 单审,2双审
/// </summary>
public TrialQCProcess QCProcessEnum { get; set; }
/// <summary>
/// 影像一致性核查
/// </summary>
public bool IsImageConsistencyVerification { get; set; } = false;
/// <summary>
/// 流程是否确认
@@ -201,8 +193,7 @@ namespace IRaCIS.Core.Application.Contracts
//阅片方式
public int ReadingMode { get; set; }
//阅片类型
public int ReadingType { get; set; }
public bool IsGlobalReading { get; set; } = true;