修改一版
This commit is contained in:
@@ -59,6 +59,12 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// </summary>
|
||||
public CriterionType CriterionType { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 肿瘤学阅片
|
||||
/// </summary>
|
||||
public bool IsOncologyReading { get; set; } = false;
|
||||
|
||||
[JsonIgnore]
|
||||
public List<ReadingQuestionSystem> ReadingQuestionSystemList { get; set; } = new List<ReadingQuestionSystem>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user