Skip to content

Commit

Permalink
Removed line where scanner name DICOM tag gets modified?
Browse files Browse the repository at this point in the history
  • Loading branch information
chrsandino committed Apr 28, 2021
1 parent a129061 commit 477875a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BartIO/BartIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,6 @@ void BartIO::OxImageToDicom(MDArray::FloatMatrix& magnitudeImage, const int curr
// Add custom annotation if specified on command line.
// Note, boost::optional<> types only get inserted if set.
dicom->Insert<GEDicom::LongString>(0x0008, 0x103E, seriesDescription); // Series description, showed in image browser
dicom->Insert<GEDicom::LongString>(0x0008, 0x1090, seriesDescription); // Manufacturers model name, showed in annotation
dicom->Insert<GEDicom::IntegerString>(0x0020, 0x0011, seriesNumber);

// Add delay time for multi-phase (note that this uses the TriggerTime DICOM field)
Expand Down

0 comments on commit 477875a

Please sign in to comment.