diff --git a/IRaCIS.Core.Application/Service/Common/Export/TumorExportService.cs b/IRaCIS.Core.Application/Service/Common/Export/TumorExportService.cs index 7b8b24339..405792e5a 100644 --- a/IRaCIS.Core.Application/Service/Common/Export/TumorExportService.cs +++ b/IRaCIS.Core.Application/Service/Common/Export/TumorExportService.cs @@ -314,7 +314,7 @@ public class Tumor_CDISC_ExportService(IRepository t.RowMark).Select(c => new TumorLessionInfo() { Id = c.Id, - OrganInfoId=c.OrganInfoId, + OrganInfoId = c.OrganInfoId, LessionType = c.ReadingQuestionTrial.LesionType, LessionCode = c.RowMark, SplitRowId = c.SplitRowId, @@ -389,7 +389,7 @@ public class Tumor_CDISC_ExportService(IRepository() { "ArmEnum", "ValueUnit", "GlobalAssessType", "ImageQualityIssues" }) .Distinct().ToArray(); - var trialOrganDic = _trialOrganRepository.Where(t => t.TrialCriterionId == criterion.Id).Select(t=>new {t.OrganInfoId,t.Part,t.PartEN}).ToDictionary( + var trialOrganDic = _trialOrganRepository.Where(t => t.TrialCriterionId == criterion.Id).Select(t => new { t.OrganInfoId, t.Part, t.PartEN }).ToDictionary( t => t.OrganInfoId, t => new { t.Part, t.PartEN } ); @@ -660,7 +660,7 @@ public class Tumor_CDISC_ExportService(IRepository