x
This commit is contained in:
@@ -73,13 +73,18 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public Guid? DeleteUserId { get; set; }
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
[ForeignKey("RowId")]
|
||||
[JsonIgnore]
|
||||
[ForeignKey("RowId")]
|
||||
|
||||
public ReadingTableAnswerRowInfo Lesion { get; set; }
|
||||
public ReadingTableAnswerRowInfo Lesion { get; set; }
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
//[JsonIgnore]
|
||||
//[ForeignKey("VisitTaskId")]
|
||||
//public VisitTask VisitTask { get; set; }
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
[ForeignKey("QuestionId")]
|
||||
|
||||
public ReadingQuestionTrial ReadingQuestionTrial { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user