This commit is contained in:
he
2022-12-24 10:11:28 +08:00
committed by {872297557@qq.com}
parent 00075df450
commit 8a31a771ed
2 changed files with 3 additions and 2 deletions
@@ -122,6 +122,7 @@ namespace IRaCIS.Application.Services
x.IsOncologyReading,
x.IsGlobalReading,
x.IsReadingPeriod,
x.ReadingInfoSignTime,
}).FirstNotNullAsync();
return (pageOutput, new
@@ -135,7 +136,7 @@ namespace IRaCIS.Application.Services
IsExistsReadingClinicalData = await _clinicalDataTrialSetRepository.AnyAsync(x => x.TrialId == dto.TrialId && x.ClinicalDataLevel == ClinicalLevel.ImageRead && x.IsConfirm),
IsGlobalReading= criterionInfo.IsGlobalReading,
IsReadingPeriod=criterionInfo.IsReadingPeriod,
ReadingInfoSignTime=criterionInfo.ReadingInfoSignTime,
}) ;
#endregion