调研导表索引变更
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)>()
{
{
("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)
};