修改警告 更新包
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user