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