Skip to content

Commit

Permalink
multiples
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Jan 29, 2025
1 parent 3f31775 commit 727865a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rdmp.Dicom/Extraction/DicomTagToCSV.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public DataTable ProcessPipelineData(DataTable toProcess, IDataLoadEventListener
//w.WriteRecords(
//dcm.Item2.Dataset.SelectMany(t => Entry.ProcessTag(dcm.Item1, t))
//);
w.WriteRecord(
w.WriteRecords(
DicomFile.Open(dcm.Item1, FileReadOption.ReadAll).Dataset.SelectMany(t => Entry.ProcessTag(dcm.Item1, t))
);
}
Expand Down

0 comments on commit 727865a

Please sign in to comment.