修改一版
parent
1b5c6dec28
commit
2ae40b63ab
|
@ -111,11 +111,11 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
//阅片方式
|
//阅片方式
|
||||||
public int ReadingMode { get; set; }
|
public int ReadingMode { get; set; }
|
||||||
|
|
||||||
//阅片类型
|
////阅片类型
|
||||||
public int ReadingType { get; set; }
|
//public int ReadingType { get; set; }
|
||||||
|
|
||||||
|
|
||||||
public bool IsGlobalReading { get; set; } = true;
|
//public bool IsGlobalReading { get; set; } = true;
|
||||||
|
|
||||||
public bool? IsArbitrationReading { get; set; }
|
public bool? IsArbitrationReading { get; set; }
|
||||||
|
|
||||||
|
@ -128,8 +128,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//读片任务显示是否顺序
|
////读片任务显示是否顺序
|
||||||
public bool IsReadingTaskViewInOrder { get; set; }
|
public bool IsReadingTaskViewInOrder { get; set; } = false;
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -192,7 +192,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public bool IsGlobalReading { get; set; } = true;
|
//public bool IsGlobalReading { get; set; } = true;
|
||||||
|
|
||||||
public bool? IsArbitrationReading { get; set; }
|
public bool? IsArbitrationReading { get; set; }
|
||||||
|
|
||||||
|
@ -221,7 +221,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
|
|
||||||
public bool IsReadingTaskViewInOrder { get; set; } = true;
|
public bool IsReadingTaskViewInOrder { get; set; } = true;
|
||||||
|
|
||||||
public ReadingMethod ReadingType { get; set; }
|
//public ReadingMethod ReadingType { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 阅片是否显示受试者信息
|
/// 阅片是否显示受试者信息
|
||||||
|
@ -397,15 +397,15 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
public bool? IsArbitrationReading { get; set; }
|
public bool? IsArbitrationReading { get; set; }
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
///// <summary>
|
||||||
/// 阅片模式
|
///// 阅片模式
|
||||||
/// </summary>
|
///// </summary>
|
||||||
public ReadingMethod ReadingType { get; set; }
|
//public ReadingMethod ReadingType { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
///// <summary>
|
||||||
/// 全局阅片
|
///// 全局阅片
|
||||||
/// </summary>
|
///// </summary>
|
||||||
public bool IsGlobalReading { get; set; }
|
//public bool IsGlobalReading { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue