修改
This commit is contained in:
@@ -115,6 +115,7 @@ namespace IRaCIS.Application.Services
|
||||
x.IsReadingTaskViewInOrder,
|
||||
x.IsOncologyReading,
|
||||
x.IsGlobalReading,
|
||||
x.IsReadingPeriod,
|
||||
}).FirstNotNullAsync();
|
||||
|
||||
return (pageOutput, new
|
||||
@@ -127,6 +128,7 @@ namespace IRaCIS.Application.Services
|
||||
IsExistsVisitClinicalData = await _clinicalDataTrialSetRepository.AnyAsync(x => x.TrialId == dto.TrialId && x.ClinicalDataLevel == ClinicalLevel.SubjectVisit && x.IsConfirm),
|
||||
IsExistsReadingClinicalData = await _clinicalDataTrialSetRepository.AnyAsync(x => x.TrialId == dto.TrialId && x.ClinicalDataLevel == ClinicalLevel.ImageRead && x.IsConfirm),
|
||||
IsGlobalReading= criterionInfo.IsGlobalReading,
|
||||
IsReadingPeriod=criterionInfo.IsReadingPeriod,
|
||||
|
||||
}) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user