修改
This commit is contained in:
@@ -168,10 +168,15 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public ReadingMethod ReadingType { get; set; } = ReadingMethod.Double;
|
||||
|
||||
/// <summary>
|
||||
/// 全局阅片
|
||||
/// 阅片期
|
||||
/// </summary>
|
||||
public bool IsGlobalReading { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// 是否有全局阅片任务
|
||||
/// </summary>
|
||||
public bool IsGlobalTask { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// 仲裁阅片
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user