[医学审核统计修改2]

This commit is contained in:
2024-03-08 11:03:03 +08:00
parent 40ab925a4e
commit 7572bf9fb0
5 changed files with 16 additions and 14 deletions
@@ -92,8 +92,8 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
//public Guid DoctorUserId { get; set; }
[JsonIgnore]
public TaskMedicalReviewRule TaskMedicalReviewRule { get; set; }
//[JsonIgnore]
//public TaskMedicalReviewRule TaskMedicalReviewRule { get; set; }
/// <summary>
@@ -41,12 +41,14 @@ namespace IRaCIS.Core.Domain.Models
public int PlanGlobalCount { get; set; }
public int PlanTumorCount { get; set; }
[JsonIgnore]
public User DoctorUser { get; set; }
[JsonIgnore]
public List<VisitTask> DoctorTrialVisitTaskList { get; set; }
[JsonIgnore]
public List<TaskMedicalReview> TaskMedicalReviewList { get; set; }
//[JsonIgnore]
//public List<VisitTask> DoctorTrialVisitTaskList { get; set; }
//[JsonIgnore]
//public List<TaskMedicalReview> TaskMedicalReviewList { get; set; }
}
+2 -2
View File
@@ -134,8 +134,8 @@ namespace IRaCIS.Core.Domain.Models
//public TaskAllocationRule DoctorTaskAllocationRule { get; set; }
[JsonIgnore]
public TaskMedicalReviewRule DoctorTaskMedicalReviewRule { get; set; }
//[JsonIgnore]
//public TaskMedicalReviewRule DoctorTaskMedicalReviewRule { get; set; }