oct-ivus-修改1
This commit is contained in:
@@ -14,6 +14,16 @@ public class NoneDicomStudyFile : BaseAddDeleteAuditEntity
|
||||
[ForeignKey("OriginNoneDicomStudyId")]
|
||||
[JsonIgnore]
|
||||
public NoneDicomStudy OriginNoneDicomStudy { get; set; }
|
||||
|
||||
|
||||
[ForeignKey("ImageLabelNoneDicomStudyId")]
|
||||
[JsonIgnore]
|
||||
public NoneDicomStudy ImageMarkNoneDicomStudy { get; set; }
|
||||
|
||||
|
||||
//[ForeignKey("ImageMarkSubjectVisitId")]
|
||||
//[JsonIgnore]
|
||||
//public SubjectVisit ImageMarkSubjectVisit { get; set; }
|
||||
#endregion
|
||||
public Guid NoneDicomStudyId { get; set; }
|
||||
|
||||
@@ -33,5 +43,13 @@ public class NoneDicomStudyFile : BaseAddDeleteAuditEntity
|
||||
[Comment("为了不影响原始检查,跟任务绑定的 NoneDicomStudyId 为guid空 这个字段记录跟原始检查绑")]
|
||||
public Guid? OriginNoneDicomStudyId { get; set; }
|
||||
#endregion
|
||||
|
||||
|
||||
#region 影像预处理访视Id NoneDicomStudyId 为guid空
|
||||
|
||||
//public Guid? ImageMarkSubjectVisitId { get; set; }
|
||||
|
||||
public Guid? ImageLabelNoneDicomStudyId { get; set; }
|
||||
#endregion
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user