x
This commit is contained in:
@@ -21,6 +21,8 @@ namespace IRaCIS.Core.Domain.Models
|
||||
[ForeignKey("InstanceId")]
|
||||
public DicomInstance Instance { get; set; }
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 第一层的Question
|
||||
/// </summary>
|
||||
@@ -150,11 +152,15 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public string RowMark { get; set; } = string.Empty;
|
||||
|
||||
|
||||
//病灶答案表
|
||||
[JsonIgnore]
|
||||
public List<ReadingTableQuestionAnswer> LesionAnswerList { get; set; } = new List<ReadingTableQuestionAnswer>();
|
||||
//[JsonIgnore]
|
||||
//[ForeignKey("VisitTaskId")]
|
||||
//public VisitTask VisitTask { get; set; }
|
||||
|
||||
}
|
||||
//病灶答案表
|
||||
[JsonIgnore]
|
||||
public List<ReadingTableQuestionAnswer> LesionAnswerList { get; set; } = new List<ReadingTableQuestionAnswer>();
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user