Uat_Study
parent
833f3d5075
commit
69ec28cf36
|
@ -305,7 +305,7 @@ namespace IRaCIS.Core.Domain.Models
|
|||
|
||||
|
||||
[Projectable]
|
||||
|
||||
[JsonIgnore]
|
||||
public bool IsConvertedTask => Subject.SubjectVisitTaskList.Where(t => (t.TrialReadingCriterionId == TrialReadingCriterionId
|
||||
&& t.DoctorUserId == DoctorUserId && t.BeforeConvertedTaskId != null
|
||||
&& t.TaskState == TaskState.Effect &&
|
||||
|
@ -314,7 +314,7 @@ namespace IRaCIS.Core.Domain.Models
|
|||
&& t.ArmEnum == ArmEnum) || BeforeConvertedTaskId != null
|
||||
).Any();
|
||||
|
||||
//[NotMapped]
|
||||
[JsonIgnore]
|
||||
public List<CrterionDictionaryGroup> CrterionDictionaryGroup
|
||||
{
|
||||
get
|
||||
|
|
Loading…
Reference in New Issue