调研导表索引变更
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d577410bb4
commit
53ad439257
|
|
@ -116,17 +116,17 @@ 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),
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -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)
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue