修改
This commit is contained in:
@@ -65,6 +65,11 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// </summary>
|
||||
public bool IsOncologyReading { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// 是否必须全局阅片
|
||||
/// </summary>
|
||||
public bool IsMustGlobalReading { get; set; } = false;
|
||||
|
||||
[JsonIgnore]
|
||||
public List<ReadingQuestionSystem> ReadingQuestionSystemList { get; set; } = new List<ReadingQuestionSystem>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user