[Gdcm-hackers] [ gdcm-Bugs-3243283 ] Bag reading of ReadUpToTag method
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: SourceForge.net <no...@so...> - 2011-12-30 18:36:43
|
Bugs item #3243283, was opened at 2011-03-25 02:33 Message generated for change (Settings changed) made by malat You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=739587&aid=3243283&group_id=137895 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General (default) >Group: 2.3 Status: Open Resolution: None Priority: 1 Private: No Submitted By: Pierre Le Duff (pleduff) Assigned to: Mathieu Malaterre (malat) Summary: Bag reading of ReadUpToTag method Initial Comment: When gdcm tries to read DMCPACS_ExplicitImplicit_BogusIOP.dcm with readUpToTag ( 0x7fe0,0010 ) in order to read only pixelInformation. Reading is considering as good but the file is not read correctly and some data are considered as Tags. ---------------------------------------------------------------------- Comment By: Mathieu Malaterre (malat) Date: 2011-06-23 06:47 Message: ReadUpToTag works on a cleanup version of this file: $ gdcmconv DMCPACS_ExplicitImplicit_BogusIOP.dcm clean.dcm $ ./bin/gdcmDSEDTests TestReaderUpToTag clean.dcm TestRead: clean.dcm { "clean.dcm",1172 }, ---------------------------------------------------------------------- Comment By: Mathieu Malaterre (malat) Date: 2011-03-25 02:35 Message: mkdir /tmp/s cp /home/mathieu/Perso/gdcm/Testing/Data/DMCPACS_ExplicitImplicit_BogusIOP.dcm /tmp/s gdcmscanner -V -D -E -W -d /tmp/s -t 0008,0005 -t 0008,0016 -p -t 0008,1030 ... Filename: /tmp/s/DMCPACS_ExplicitImplicit_BogusIOP.dcm (could be read) (0008,0005) -> [ISO_IR 100] (0008,0016) -> [1.2.840.10008.5.1.4.1.1.2] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=739587&aid=3243283&group_id=137895 |