This commit is contained in:
he
2022-11-08 11:09:49 +08:00
parent 030703019e
commit fbc2c6bd28
6 changed files with 85 additions and 3 deletions
@@ -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>();