Test.EIImageViewer
hang 2023-03-08 17:42:51 +08:00
commit bde25001e5
1 changed files with 3 additions and 3 deletions

View File

@ -149,7 +149,7 @@ namespace IRaCIS.Core.Application.Contracts
/// <summary>
/// 阅片是否显示既往结果
/// </summary>
public bool IsReadingShowPreviousResults { get; set; } = false;
public bool IsReadingShowPreviousResults { get; set; }
public ReadingTaskViewMethod ReadingTaskViewEnum { get; set; }
@ -391,7 +391,7 @@ namespace IRaCIS.Core.Application.Contracts
/// <summary>
/// IR阅片是否显示既往结果
/// </summary>
public bool IsReadingShowPreviousResults { get; set; } = false;
public bool IsReadingShowPreviousResults { get; set; }
//读片任务显示是否顺序
public bool IsReadingTaskViewInOrder { get; set; } = true;
@ -861,7 +861,7 @@ namespace IRaCIS.Core.Application.Contracts
/// <summary>
/// IR阅片是否显示既往结果
/// </summary>
public bool IsReadingShowPreviousResults { get; set; } = false;
public bool IsReadingShowPreviousResults { get; set; }