@@ -24,7 +24,7 @@ public class ReadingTableAnswerRowInfo : BaseFullDeleteAuditEntity
|
||||
[JsonIgnore]
|
||||
[ForeignKey("QuestionId")]
|
||||
public ReadingQuestionTrial ReadingQuestionTrial { get; set; }
|
||||
//病灶答案表
|
||||
[Comment("病灶答案表")]
|
||||
[JsonIgnore]
|
||||
public List<ReadingTableQuestionAnswer> LesionAnswerList { get; set; } = new List<ReadingTableQuestionAnswer>();
|
||||
#endregion
|
||||
@@ -99,7 +99,7 @@ public class ReadingTableAnswerRowInfo : BaseFullDeleteAuditEntity
|
||||
[Comment("报告页面显示来自于哪个标记")]
|
||||
public string ReportMark { get; set; } = string.Empty;
|
||||
public string OtherMeasureData { get; set; } = string.Empty;
|
||||
//病灶编号
|
||||
[Comment("病灶编号")]
|
||||
public string RowMark { get; set; } = string.Empty;
|
||||
|
||||
[Comment("标记工具")]
|
||||
|
||||
Reference in New Issue
Block a user