Compare commits
2 Commits
131425774a
...
a5dcad1767
Author | SHA1 | Date |
---|---|---|
|
a5dcad1767 | |
|
6754121b17 |
|
@ -232,6 +232,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
x.ReadingCategory == ReadingCategory.Oncology
|
||||
&& x.TrialReadingCriterionId == taskInfo.TrialReadingCriterionId
|
||||
&& x.TaskState == TaskState.Effect
|
||||
&&x.SubjectId == taskInfo.SubjectId
|
||||
&& x.ReadingTaskState == ReadingTaskState.HaveSigned
|
||||
&& x.IsAnalysisCreate == taskInfo.IsAnalysisCreate
|
||||
&& x.VisitTaskNum < taskInfo.VisitTaskNum
|
||||
|
|
Loading…
Reference in New Issue