@@ -1178,7 +1178,7 @@ namespace IRaCIS.Core.Application
|
||||
|
||||
var record = new UserToBeDoneRecord()
|
||||
{
|
||||
IsFirstSysDocNeedSign= isfirstSysDocNeedSign,
|
||||
IsFirstSysDocNeedSign = isfirstSysDocNeedSign,
|
||||
IsHaveSysDocNeedNeedSign = needSignSysDocCont > 0,
|
||||
//TrialNeedSignList= trialNeedSignList,
|
||||
|
||||
@@ -1406,7 +1406,7 @@ namespace IRaCIS.Core.Application
|
||||
Sponsor = _userInfo.IsEn_Us ? t.Sponsor.SponsorName : t.Sponsor.SponsorNameCN,
|
||||
TrialStatusStr = t.TrialStatusStr,
|
||||
|
||||
ExpetiedTaskCount = isPM ? t.VisitTaskList.Where(t => t.IsUrgent).Count() : 0,
|
||||
ExpetiedTaskCount = isPM ? t.VisitTaskList.Where(t => t.IsUrgent && t.IsAnalysisCreate==false && (t.TaskState == TaskState.Effect || t.TaskState == TaskState.Freeze)).Count() : 0,
|
||||
|
||||
ReReadingApprovalCount = isPM ? t.VisitTaskReReadingList.Where(t => t.OriginalReReadingTask.ReReadingApplyState == ReReadingApplyState.DocotorHaveApplyed).Count() : 0,
|
||||
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ namespace IRaCIS.Core.Application.Triggers
|
||||
}
|
||||
else
|
||||
{
|
||||
//访视类型的任务 不影响肿瘤学任务的临床数据状态
|
||||
//访视类型、全局的任务 不影响肿瘤学任务的临床数据状态
|
||||
visitTaskLambda = visitTaskLambda.And(x => x.ArmEnum != Arm.TumorArm);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user