Test.EIImageViewer
parent
2ad02f3798
commit
6c8720c471
|
@ -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; }
|
||||
|
|
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue