Merge branch 'master' of http://192.168.1.2:8033/IRaCIS_Core_Api
commit
cb7a85d583
|
@ -17,7 +17,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
[Table("TaskAllocationRule")]
|
[Table("TaskAllocationRule")]
|
||||||
public class TaskAllocationRule : Entity, IAuditUpdate, IAuditAdd
|
public class TaskAllocationRule : Entity, IAuditUpdate, IAuditAdd
|
||||||
{
|
{
|
||||||
|
[JsonIgnore]
|
||||||
public Trial Trial { get; set; }
|
public Trial Trial { get; set; }
|
||||||
public Guid TrialId { get; set; }
|
public Guid TrialId { get; set; }
|
||||||
public Guid CreateUserId { get; set; }
|
public Guid CreateUserId { get; set; }
|
||||||
|
|
|
@ -66,11 +66,6 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public User DoctorUser { get; set; }
|
public User DoctorUser { get; set; }
|
||||||
|
|
||||||
|
|
||||||
//public List<VisitTask> DoctorTrialVisitTaskList { get; set; } = new List<VisitTask>();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public List<EnrollReadingCategory> EnrollReadingCategoryList { get; set; }
|
public List<EnrollReadingCategory> EnrollReadingCategoryList { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue