调研导表索引变更
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net10
hang 2026-08-14 11:46:57 +08:00
parent d577410bb4
commit 53ad439257
1 changed files with 27 additions and 26 deletions

View File

@ -114,20 +114,20 @@ namespace IRaCIS.Core.Application.Service.Common
var fields = new List<(string FieldName, int excelIndex)>() var fields = new List<(string FieldName, int excelIndex)>()
{ {
("Parameters", 8), ("Parameters", 9),
("ManufacturerType", 9), ("ManufacturerType", 10),
("ScannerType", 10), ("ScannerType", 11),
("MagneticFieldStrengthType", 11), ("MagneticFieldStrengthType", 12),
("BodyCoilChannelCount", 12), ("BodyCoilChannelCount", 13),
("HasDedicatedPdfFatQuantificationSequence", 13), ("HasDedicatedPdfFatQuantificationSequence", 14),
("PdfFatQuantificationSequenceType", 14), ("PdfFatQuantificationSequenceType", 15),
//("OtherSequenceSpecification", 14), //("OtherSequenceSpecification", 15),
("HasT2R2Correction", 15), ("HasT2R2Correction", 16),
("CanFullyExportPdfParameterMapsAndRawDicom", 16), ("CanFullyExportPdfParameterMapsAndRawDicom", 17),
("Note", 17), ("Note", 18),
}; };
var viewNameList = config.EquipmentControlFieldList.Where(t => t.IsView == true).Select(t => t.FiledName).ToList(); 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)>() var fields = new List<(string FieldName, int excelIndex)>()
{ {
("AverageEngravingCycle", 7), ("AverageEngravingCycle", 8),
("IsConfirmImagingTechnologist", 8), ("IsRoutineMRIPDEE", 9),
("EfficacyEvaluatorType", 9), ("MRIPDFFScanTime", 10),
("IsFollowStudyParameters", 10), ("MRIPDFFLeadTime", 11),
("NotFollowReson", 10), ("MRIPDFFOther", 12),
("IsAuthorizeRadiologistsParticipate", 13),
("AssignFixedTechnologists", 14),
("IsConfirmImagingTechnologist", 15),
("NotConfirmReson", 16),
("EfficacyEvaluatorType", 17),
("IsFollowStudyParameters", 18),
("IsRoutineMRIPDEE", 11), ("NotFollowReson", 19),
("MRIPDFFScanTime", 12), ("ISStrictManualBurnFlag", 20),
("MRIPDFFLeadTime", 13), ("NotStrictManualBurnFlagReason",21)
("MRIPDFFOther", 14),
("AssignFixedTechnologists", 15),
("ISStrictManualBurnFlag", 16),
("NotStrictManualBurnFlagReason",16)
}; };