]> Creatis software - gdcm.git/commit
Jean-Pierre Roux
authorjpr <jpr>
Thu, 24 Jun 2004 18:03:14 +0000 (18:03 +0000)
committerjpr <jpr>
Thu, 24 Jun 2004 18:03:14 +0000 (18:03 +0000)
commit0accc3e4b95c96903d4fb6a792d657bf1e509375
treef191b25b68f6a52847fb1039c5f8e44d259645de
parent684da0b8b7bd204d3c57f382763ba9c01a16fc1a
Jean-Pierre Roux
FIX : Write - All the Sequences and Sequence Item are now written
            as 'no length' stuff, and a Sequence Delimitor aor an Item Delimitor
is added a the end, when necessary.
            - A lot of brain-damaged images, that were read correctly are
      now written correctly
- length compatible BinEntry are now loaded correctly
(even for odd groups)
            - Note : only Explicit Value Representation was checked.
(question : is implicit VR really necessary for gdcm ?)
src/gdcmBinEntry.cxx
src/gdcmDocEntry.cxx
src/gdcmDocument.cxx
src/gdcmDocument.h
src/gdcmSQItem.cxx
src/gdcmSeqEntry.cxx
src/gdcmValEntry.cxx
src/gdcmValEntry.h