From 53ad43925799881d1606bf7de8686649af145cd4 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 14 Aug 2026 11:46:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E7=A0=94=E5=AF=BC=E8=A1=A8=E7=B4=A2?= =?UTF-8?q?=E5=BC=95=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Common/Export/ExcelExportService.cs | 53 ++++++++++--------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Common/Export/ExcelExportService.cs b/IRaCIS.Core.Application/Service/Common/Export/ExcelExportService.cs index 6e274233c..edee8f66a 100644 --- a/IRaCIS.Core.Application/Service/Common/Export/ExcelExportService.cs +++ b/IRaCIS.Core.Application/Service/Common/Export/ExcelExportService.cs @@ -114,20 +114,20 @@ namespace IRaCIS.Core.Application.Service.Common var fields = new List<(string FieldName, int excelIndex)>() - { + { - ("Parameters", 8), - ("ManufacturerType", 9), - ("ScannerType", 10), - ("MagneticFieldStrengthType", 11), - ("BodyCoilChannelCount", 12), - ("HasDedicatedPdfFatQuantificationSequence", 13), - ("PdfFatQuantificationSequenceType", 14), - //("OtherSequenceSpecification", 14), - ("HasT2R2Correction", 15), - ("CanFullyExportPdfParameterMapsAndRawDicom", 16), - ("Note", 17), - }; + ("Parameters", 9), + ("ManufacturerType", 10), + ("ScannerType", 11), + ("MagneticFieldStrengthType", 12), + ("BodyCoilChannelCount", 13), + ("HasDedicatedPdfFatQuantificationSequence", 14), + ("PdfFatQuantificationSequenceType", 15), + //("OtherSequenceSpecification", 15), + ("HasT2R2Correction", 16), + ("CanFullyExportPdfParameterMapsAndRawDicom", 17), + ("Note", 18), + }; var viewNameList = config.EquipmentControlFieldList.Where(t => t.IsView == true).Select(t => t.FiledName).ToList(); @@ -187,20 +187,21 @@ namespace IRaCIS.Core.Application.Service.Common var fields = new List<(string FieldName, int excelIndex)>() { - ("AverageEngravingCycle", 7), - ("IsConfirmImagingTechnologist", 8), - ("EfficacyEvaluatorType", 9), - ("IsFollowStudyParameters", 10), - ("NotFollowReson", 10), + ("AverageEngravingCycle", 8), + ("IsRoutineMRIPDEE", 9), + ("MRIPDFFScanTime", 10), + ("MRIPDFFLeadTime", 11), + ("MRIPDFFOther", 12), + ("IsAuthorizeRadiologistsParticipate", 13), + ("AssignFixedTechnologists", 14), + ("IsConfirmImagingTechnologist", 15), + ("NotConfirmReson", 16), + ("EfficacyEvaluatorType", 17), - - ("IsRoutineMRIPDEE", 11), - ("MRIPDFFScanTime", 12), - ("MRIPDFFLeadTime", 13), - ("MRIPDFFOther", 14), - ("AssignFixedTechnologists", 15), - ("ISStrictManualBurnFlag", 16), - ("NotStrictManualBurnFlagReason",16) + ("IsFollowStudyParameters", 18), + ("NotFollowReson", 19), + ("ISStrictManualBurnFlag", 20), + ("NotStrictManualBurnFlagReason",21) };