稽查修改
This commit is contained in:
@@ -74,13 +74,14 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// </summary>
|
||||
public decimal VisitNum { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
/// <summary>
|
||||
/// 对应
|
||||
/// </summary>
|
||||
[ForeignKey("ReadModuleId")]
|
||||
public ReadModule ReadModuleModel { get; set; }
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
/// <summary>
|
||||
/// 受试者
|
||||
/// </summary>
|
||||
@@ -88,13 +89,14 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
public Subject Subject { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
/// <summary>
|
||||
/// 阅片期配置
|
||||
/// </summary>
|
||||
[ForeignKey("ReadingPeriodSetId")]
|
||||
public ReadingPeriodSet ReadingPeriodSet { get; set; }
|
||||
|
||||
public ReadingPeriodSet ReadingPeriodSet { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
/// <summary>
|
||||
/// 访视
|
||||
/// </summary>
|
||||
|
||||
@@ -45,6 +45,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// </summary>
|
||||
public Guid? VisitStageId { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
/// <summary>
|
||||
/// 访视模板
|
||||
/// </summary>
|
||||
@@ -81,13 +82,14 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// </summary>
|
||||
public ReadingSetType ReadingSetType { get; set; }
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
public List<ReadingPeriodSite> ReadingPeriodSites { get; set; } = new List<ReadingPeriodSite>();
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 阅片期计划
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
public List<ReadingPeriodPlan> ReadingPeriodPlanList { get; set; } = new List<ReadingPeriodPlan>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user