Compare commits

..

No commits in common. "69d390da8104d5313be576b97e0f265405a7a39b" and "d509bc1649ff864310e4346bff14ac709ddbed6e" have entirely different histories.

3 changed files with 3 additions and 21 deletions

View File

@ -781,16 +781,8 @@ namespace IRaCIS.Core.Application.Service
var criterionIdInfo = await _readingQuestionCriterionTrialRepository.Where(x => x.Id == trialReadingCriterionId).FirstNotNullAsync();
var groupIds = await _readingQuestionTrialRepository.Where(x => x.ReadingQuestionCriterionTrialId == trialReadingCriterionId&& x.Type == ReadingQestionType.Table && x.Type == ReadingQestionType.BasicTable).Select(x => x.GroupId).Distinct().ToListAsync();
var questionIds = await _readingQuestionTrialRepository
.WhereIf(!criterionIdInfo.IseCRFShowInDicomReading, x => x.IsShowInDicom)
.Where(x => groupIds.Contains(x.GroupId)).Select(x => x.Id).ToListAsync();
//排除表格问题 以及在表格问题分组的外层问题
//排除表格问题
var questions = await _readingQuestionTrialRepository
.Where(x=> !questionIds.Contains(x.Id))
.WhereIf(questionClassify != null, x => x.QuestionClassify == questionClassify)
.WhereIf(criterionIdInfo.IseCRFShowInDicomReading, x => x.ReadingQuestionCriterionTrialId == trialReadingCriterionId && x.Type != ReadingQestionType.Table && x.Type != ReadingQestionType.BasicTable)
.WhereIf(!criterionIdInfo.IseCRFShowInDicomReading, x => x.IsShowInDicom && x.ReadingQuestionCriterionTrialId == trialReadingCriterionId && x.Type != ReadingQestionType.Table && x.Type != ReadingQestionType.BasicTable)

View File

@ -17,14 +17,9 @@ namespace IRaCIS.Core.Application.ViewModel
}
public class GetMeasuredValueTemplateInDto
{
public Guid VisitTaskId { get; set; }
}
public class GetSplitPPdOutDto
{
public Guid RowId { get; set; }
{
public Guid RowId { get; set; }
public string RowIndex { get; set; }

View File

@ -80,11 +80,6 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
}
#endregion
//public async Task<FileResult> GetMeasuredValueTemplate(GetMeasuredValueTemplateInDto inDto)
//{
//}
#region 获取阅片报告
/// <summary>
/// 获取阅片报告