This commit is contained in:
he
2022-12-19 16:10:07 +08:00
committed by {872297557@qq.com}
parent ea84e9e1a6
commit aac8a5a1ff
7 changed files with 18 additions and 12 deletions
@@ -804,9 +804,9 @@ namespace IRaCIS.Core.Application.Contracts
public bool IseCRFShowInDicomReading { get; set; }
/// <summary>
/// 是否有全局阅片任务
/// 是否有阅片期
/// </summary>
public bool IsGlobalTask { get; set; } = true;
public bool IsReadingPeriod { get; set; } = true;
public string GlobalUpdateType { get; set; } = string.Empty;