]> Creatis software - gdcm.git/commit - Example/PrintFile.cxx
* src/gdcmBinEntry.cxx, gdcmSeqEntry.cxx, gdcmSQItem.cxx, gdcmValEntry.cxx :
authorregrain <regrain>
Wed, 24 Nov 2004 16:39:17 +0000 (16:39 +0000)
committerregrain <regrain>
Wed, 24 Nov 2004 16:39:17 +0000 (16:39 +0000)
commitc852120fdb6d542d84f74440b68414fdb52178d7
treeaa3e6215ee8385fa9da097e8e9db22dc55727b87
parent0b01703cc07d46a6ae718e01c6beee14599a9da1
   * src/gdcmBinEntry.cxx, gdcmSeqEntry.cxx, gdcmSQItem.cxx, gdcmValEntry.cxx :
     Add a print information of the type of the entry
   * src/gdcmDocument.cxx : add the write of the preambule of a Dicom file.
     It was in the gdcmFile, and all write have been regrouped
   * src/gdcmFile.[h|cxx] : add methods to get the Raw data elements and size.
     Write correctly all dicom files (in decompressed mode only at this time)
   * Test/ : test on files are now made using Raw datas and not color datas if
     any.
   * Example/PrintFile.cxx : add more printings
   -- BeNours
12 files changed:
ChangeLog
Example/PrintFile.cxx
Testing/TestAllReadCompareDicom.cxx
Testing/TestCopyDicom.cxx
Testing/TestReadWriteReadCompare.cxx
src/gdcmBinEntry.cxx
src/gdcmDocument.cxx
src/gdcmFile.cxx
src/gdcmFile.h
src/gdcmSQItem.cxx
src/gdcmSeqEntry.cxx
src/gdcmValEntry.cxx