Uat_Study
hang 2023-03-30 15:43:09 +08:00
parent 833f3d5075
commit 69ec28cf36
1 changed files with 2 additions and 2 deletions

View File

@ -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