This commit is contained in:
he
2022-12-12 12:09:31 +08:00
parent ec62b90ea5
commit d98d211bb2
3 changed files with 19 additions and 3 deletions
@@ -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>