Test.EIImageViewer
he 2023-03-08 17:54:57 +08:00
commit cb7a85d583
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; }