修改一版

Uat_Study
he 2022-10-14 14:02:35 +08:00
parent 1b5c6dec28
commit 2ae40b63ab
1 changed files with 15 additions and 15 deletions

View File

@ -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; }