阅片期增加标准

This commit is contained in:
2022-10-08 09:37:14 +08:00
parent fbdc155f01
commit cb97381200
5 changed files with 61 additions and 40 deletions
+3 -14
View File
@@ -19,10 +19,12 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid SubjectId { get; set; }
public Guid? TrialReadingCriterionId { get; set; }
/// <summary>
/// 模块类型
/// </summary>
public ModuleTypeEnum ModuleType { get; set; }
public ModuleTypeEnum ModuleType { get; set; }
/// <summary>
/// 模块名称
@@ -54,15 +56,7 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid? ReadingPeriodSetId { get; set; }
///// <summary>
///// 上一次访视(截止访视)
///// </summary>
//public Guid? LastVisitIdSetId { get; set; }
// /// <summary>
///// 裁判对应原阅片模块的Id
///// </summary>
//public Guid? ReadModuleId { get; set; }
/// <summary>
/// 项目ID
@@ -110,11 +104,6 @@ namespace IRaCIS.Core.Domain.Models
public ReadingSetType ReadingSetType { get; set; }
///// <summary>
///// 访视
///// </summary>
//[ForeignKey("LastVisitIdSetId")]
//public SubjectVisit LastSubjectVisit { get; set; }
public ReadingStatusEnum ReadingStatus { get; set; }
}