Test.EIImageViewer
hang 2023-03-08 17:42:39 +08:00
parent 2ad02f3798
commit 6c8720c471
2 changed files with 1 additions and 6 deletions

View File

@ -17,7 +17,7 @@ namespace IRaCIS.Core.Domain.Models
[Table("TaskAllocationRule")]
public class TaskAllocationRule : Entity, IAuditUpdate, IAuditAdd
{
[JsonIgnore]
public Trial Trial { get; set; }
public Guid TrialId { get; set; }
public Guid CreateUserId { get; set; }

View File

@ -66,11 +66,6 @@ namespace IRaCIS.Core.Domain.Models
public User DoctorUser { get; set; }
//public List<VisitTask> DoctorTrialVisitTaskList { get; set; } = new List<VisitTask>();
[JsonIgnore]
public List<EnrollReadingCategory> EnrollReadingCategoryList { get; set; }