]> Creatis software - gdcm.git/log
gdcm.git
20 years agoupgrade GdcmHeaderEntry Print Method for DICOMDIR
jpr [Wed, 28 Jan 2004 17:45:35 +0000 (17:45 +0000)]
upgrade GdcmHeaderEntry Print Method for DICOMDIR

20 years agoto allow Python wrapping
jpr [Tue, 27 Jan 2004 10:37:05 +0000 (10:37 +0000)]
to allow Python wrapping

20 years agoRemove spurious conflict indicators in ChangeLog
jpr [Tue, 27 Jan 2004 09:44:48 +0000 (09:44 +0000)]
Remove spurious conflict indicators in ChangeLog

20 years agoUpdate ChangeLog
jpr [Tue, 27 Jan 2004 09:43:32 +0000 (09:43 +0000)]
Update ChangeLog

20 years ago* gdcmParser constructor has a new boolean param,'ignore_shadow',
jpr [Tue, 27 Jan 2004 09:41:20 +0000 (09:41 +0000)]
* gdcmParser constructor has a new boolean param,'ignore_shadow',
             to allow skipping the shadow elements, to save memory space.
     The TRUE value for this param has to be used
     with a FALSE value for the 'enable_sequence' param.
     ('public elements' may be embedded in 'shadow Sequences')

* gdcmHeader methods now deal with 'embedded icones images' in the header
             (even when an 'icone image sequence' is annouced by the
     element (0x0088,0x0200), but there is NO icone at all ...

* gdcmHeader sometimes Image Location value doesn't follow
             the supposed processor endianity (see gdcmData/cr172241.dcm)

* gdcmHeader add the method
             IterHT  GetHeaderEntrySameNumber(grPixel,numPixel);
     to get *all* the Header Entries with the same tag.
     GetHeaderEntrySameName is probabely *useless*
     (no meaning : Name is *not* an identifier within the Dictionnary)

20 years ago * Bug fix in the print of hexadecimal representations. Remove long fields
regrain [Mon, 26 Jan 2004 13:16:23 +0000 (13:16 +0000)]
 * Bug fix in the print of hexadecimal representations. Remove long fields
       in the print and add a third level of print to print them
     -- BeNours

20 years ago- ANSIfy gdcmDicomDir.cxx
jpr [Fri, 23 Jan 2004 16:13:49 +0000 (16:13 +0000)]
- ANSIfy gdcmDicomDir.cxx
- warning message by gdcmHeader if Pixels not found
- hex display for *all* integers (no longer only Group lengthes) by Print

Warning : Implicit Big Enddian don't work any longer !
          Bug to be found

20 years ago * Bug fix on field having a VR = 'UI'. Assume that is a string field
regrain [Fri, 23 Jan 2004 13:05:30 +0000 (13:05 +0000)]
 * Bug fix on field having a VR = 'UI'. Assume that is a string field
     * Bug fix on test suite after remove the strip made on not string fields
     * Split the IsReadable method between gdcmParser which test that the file
       is dicom and gdcmHeader which test that it's an image file
    -- BeNours

20 years ago * Bug fix on field having a VR = 'UI'. Assume that is a string field
regrain [Fri, 23 Jan 2004 12:41:52 +0000 (12:41 +0000)]
 * Bug fix on field having a VR = 'UI'. Assume that is a string field
     * Bug fix on test suite after remove the strip made on not string fields
     -- BeNours

20 years ago * Bug fix in demos because of method names changed
regrain [Thu, 22 Jan 2004 18:26:50 +0000 (18:26 +0000)]
   * Bug fix in demos because of method names changed
   -- BeNours

20 years ago * DicomDir : clean code, add methods, set variables in protected or private
regrain [Thu, 22 Jan 2004 18:13:42 +0000 (18:13 +0000)]
 * DicomDir : clean code, add methods, set variables in protected or private
     * gdcmUtil : bug fix for the clean string method
     -- BeNours

20 years agoin ordrer to display the *stored* length when xxx.Print()
jpr [Thu, 22 Jan 2004 17:41:35 +0000 (17:41 +0000)]
in ordrer to display the *stored* length when xxx.Print()

20 years agoTo solve lengthes = 0x(FFFF) related pb
jpr [Thu, 22 Jan 2004 16:51:56 +0000 (16:51 +0000)]
To solve lengthes = 0x(FFFF) related pb

20 years agoOops! I forgot it
jpr [Thu, 22 Jan 2004 14:37:26 +0000 (14:37 +0000)]
Oops! I forgot it

20 years agoTo check DICOMDIR related methods
jpr [Thu, 22 Jan 2004 14:28:33 +0000 (14:28 +0000)]
To check DICOMDIR related methods

20 years ago*** empty log message ***
regrain [Thu, 22 Jan 2004 14:21:19 +0000 (14:21 +0000)]
*** empty log message ***

20 years agoDICOMDIR related updates
jpr [Thu, 22 Jan 2004 10:31:35 +0000 (10:31 +0000)]
DICOMDIR related updates

20 years agoadd DICOMDIR related .h
jpr [Thu, 22 Jan 2004 10:26:05 +0000 (10:26 +0000)]
add DICOMDIR related .h

20 years agoadding testDICICOMDIR.cxx to check DICOMDIR utilities
jpr [Thu, 22 Jan 2004 10:23:05 +0000 (10:23 +0000)]
adding testDICICOMDIR.cxx to check DICOMDIR utilities

20 years agoDICOMDIR utilities
jpr [Thu, 22 Jan 2004 10:17:17 +0000 (10:17 +0000)]
DICOMDIR utilities

20 years agoto avoid printing troubles with odd length fields padded with zero to become even
jpr [Thu, 22 Jan 2004 10:16:26 +0000 (10:16 +0000)]
to avoid printing troubles with odd length fields padded with zero to become even

20 years ago * Update the visible method's names
regrain [Wed, 21 Jan 2004 15:31:19 +0000 (15:31 +0000)]
 * Update the visible method's names
     -- BeNours

20 years ago * Bug fix for the use of shadow dictionaries
regrain [Tue, 20 Jan 2004 15:48:37 +0000 (15:48 +0000)]
 * Bug fix for the use of shadow dictionaries
     -- BeNours

20 years ago * add shadow dictionary
regrain [Tue, 20 Jan 2004 15:21:06 +0000 (15:21 +0000)]
 * add shadow dictionary
     * bug fix
     * coding style

20 years ago * Add the update of header entries using the shadow library
regrain [Mon, 19 Jan 2004 16:32:32 +0000 (16:32 +0000)]
 * Add the update of header entries using the shadow library
     -- BeNours

20 years ago*** empty log message ***
regrain [Mon, 19 Jan 2004 15:03:26 +0000 (15:03 +0000)]
*** empty log message ***

20 years ago * src/gdcmFile.cxx : bug fix concerning the close of file
regrain [Mon, 19 Jan 2004 14:51:29 +0000 (14:51 +0000)]
 * src/gdcmFile.cxx : bug fix concerning the close of file
     * src/gdcmParser.[h|cxx] : remove obvious Pub informations
     -- BeNours

20 years agonew gdcm modifs taken into account
jpr [Mon, 19 Jan 2004 14:47:49 +0000 (14:47 +0000)]
new gdcm modifs taken into account

20 years agogdcmSequence renamed to gdcmSerie, to comply with Dicom documentation.
jpr [Mon, 19 Jan 2004 14:46:34 +0000 (14:46 +0000)]
gdcmSequence renamed to gdcmSerie, to comply with Dicom documentation.

20 years ago * bug fix under python
regrain [Mon, 19 Jan 2004 14:28:24 +0000 (14:28 +0000)]
* bug fix under python
     -- BeNours

20 years agoadd gdcmParsePixels.cxx
jpr [Mon, 19 Jan 2004 14:00:28 +0000 (14:00 +0000)]
add gdcmParsePixels.cxx

20 years agochange
jpr [Mon, 19 Jan 2004 13:57:29 +0000 (13:57 +0000)]
change

20 years agoadd #include <errno.h>
jpr [Mon, 19 Jan 2004 13:55:25 +0000 (13:55 +0000)]
add #include <errno.h>
ansi protyping for gdcmDICOMDIR::GetEntryByName

20 years agoAdded DICOMDIR files
manu [Mon, 19 Jan 2004 13:10:46 +0000 (13:10 +0000)]
Added DICOMDIR files

20 years agoNEW : gdcmDICOMDIR, gdcmPatient, gdcmStudy, gdcmSequence and gdcmImage objects.
manu [Mon, 19 Jan 2004 13:09:02 +0000 (13:09 +0000)]
NEW : gdcmDICOMDIR, gdcmPatient, gdcmStudy, gdcmSequence and gdcmImage objects.

These are following last friday's meeting.

This collection of objects is designed to represents a DICOMDIR file in memory.
These are only empty templates bound to be completed by JPR

20 years agoAdded files for DICOMDIR
manu [Mon, 19 Jan 2004 13:07:35 +0000 (13:07 +0000)]
Added files for DICOMDIR

20 years ago*** empty log message ***
regrain [Mon, 19 Jan 2004 12:26:15 +0000 (12:26 +0000)]
*** empty log message ***

20 years ago * removal of file gdcmHeader2.cxx
regrain [Mon, 19 Jan 2004 11:40:55 +0000 (11:40 +0000)]
* removal of file gdcmHeader2.cxx
    * split class gdcmHeader into gdcmParser and gdcmHeader, with gdcmHeader
      inheriting from gdcmParser. This split is to prepare the integration
      of dicom dir parsing
     -- BeNours

20 years ago*** empty log message ***
regrain [Mon, 19 Jan 2004 11:21:09 +0000 (11:21 +0000)]
*** empty log message ***

20 years ago * removal of file gdcmHeader2.cxx
regrain [Mon, 19 Jan 2004 11:20:17 +0000 (11:20 +0000)]
* removal of file gdcmHeader2.cxx
    * split class gdcmHeader into gdcmParser and gdcmHeader, with gdcmHeader
      inheriting from gdcmParser. This split is to prepare the integration
      of dicom dir parsing
     -- BeNours

20 years agonew Print method for gdcmHeaderEntry
jpr [Fri, 16 Jan 2004 18:06:51 +0000 (18:06 +0000)]
new Print method for gdcmHeaderEntry

20 years agoupdate changeLog
jpr [Fri, 16 Jan 2004 08:54:19 +0000 (08:54 +0000)]
update changeLog

20 years agoto follow class modifications
jpr [Fri, 16 Jan 2004 08:51:03 +0000 (08:51 +0000)]
to follow class modifications

20 years ago * removal of class gdcmHeaderEntrySet
jpr [Fri, 16 Jan 2004 08:46:11 +0000 (08:46 +0000)]
* removal of class gdcmHeaderEntrySet
    * removal of files gdcmHeaderEntrySet.cxx, gdcmHeaderEntrySet.h
    * add file gdcmHeader2.cxx
    * add method gdcmHeader::SetPrintLevel (for PrintHeader)

20 years ago * src/gdcmDicSet.[h|cxx] : add virtual entries to have a reference of
regrain [Thu, 15 Jan 2004 16:36:28 +0000 (16:36 +0000)]
 * src/gdcmDicSet.[h|cxx] : add virtual entries to have a reference of
       entries created while parsing the header. Thus, they will be destroyed
       when the gdcmDictSet will be destroyed
     * src/gdcmHeader.cxx, gdcmHeaderEntrySet.cxx : uses virtual entries of
       gdcmDictSet
     -- BeNours

20 years agoWrite uses now chained list instead of (now unuable for this purpose) H Table
jpr [Thu, 15 Jan 2004 16:03:10 +0000 (16:03 +0000)]
Write uses now chained list instead of (now unuable for this purpose) H Table

20 years ago*** empty log message ***
regrain [Thu, 15 Jan 2004 11:26:11 +0000 (11:26 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
regrain [Thu, 15 Jan 2004 10:25:11 +0000 (10:25 +0000)]
*** empty log message ***

20 years ago * vtk/vtkGdcmReader.cxx : bug fix : before, with python only, the program
regrain [Thu, 15 Jan 2004 10:24:24 +0000 (10:24 +0000)]
 * vtk/vtkGdcmReader.cxx : bug fix : before, with python only, the program
       made a fatal error because of the memory release at the end of program.
       The problem was in vtkGdcmReader::ExecuteData where we were allocate
       some memory and vtk seems to have some problems with that.
     * src/gdcmHeaderEntrySet.cxx : bug fix for std lib and cout
     -- BeNours

20 years agodoxygenation + modif in Header printing
jpr [Thu, 15 Jan 2004 10:13:40 +0000 (10:13 +0000)]
doxygenation + modif in Header printing

20 years agoCorrection of some Tag names
jpr [Thu, 15 Jan 2004 10:12:36 +0000 (10:12 +0000)]
Correction of some Tag names

20 years agoSome modif in comments; doxygen, etc
jpr [Wed, 14 Jan 2004 14:13:40 +0000 (14:13 +0000)]
Some modif in comments; doxygen, etc

20 years agoForget this one Version0.3.1
jpr [Wed, 14 Jan 2004 10:28:38 +0000 (10:28 +0000)]
Forget this one

20 years agomodif in Header printing
jpr [Wed, 14 Jan 2004 10:25:30 +0000 (10:25 +0000)]
modif in Header printing

20 years ago.h names updated
jpr [Wed, 14 Jan 2004 10:24:49 +0000 (10:24 +0000)]
.h names updated

20 years ago * gdcmPython/demo/*.py : bug fix due to method names
regrain [Wed, 14 Jan 2004 10:09:51 +0000 (10:09 +0000)]
 * gdcmPython/demo/*.py : bug fix due to method names
     -- BeNours

20 years ago * src/gdcmHeaderEntry.[h|cxx] : gdcmElValue -> gdcmHeaderEntry
regrain [Wed, 14 Jan 2004 09:58:37 +0000 (09:58 +0000)]
 * src/gdcmHeaderEntry.[h|cxx] : gdcmElValue -> gdcmHeaderEntry
     * src/gdcmHeaderEntrySet.[h|cxx] : gdcmElValSet -> gdcmHeaderEntrySet
     * src/*.[h|cxx] : make changes due to class name changes
     -- BeNours

20 years ago remove problem of CVS. please use cvs -C to resolve conflicts
malaterre [Tue, 13 Jan 2004 17:08:46 +0000 (17:08 +0000)]
 remove problem of CVS. please use cvs -C to resolve conflicts

20 years ago * To remove warnings
regrain [Tue, 13 Jan 2004 16:57:03 +0000 (16:57 +0000)]
 * To remove warnings
     * Add gdcmHeaderHelper to the python part
     -- BeNours

20 years agodoxygenation improvement
jpr [Tue, 13 Jan 2004 16:46:55 +0000 (16:46 +0000)]
doxygenation improvement

20 years ago * vtk/*.[h|cxx] : coding style
regrain [Tue, 13 Jan 2004 15:49:29 +0000 (15:49 +0000)]
 * vtk/*.[h|cxx] : coding style
     -- BeNours

20 years ago * src/*.[h|cxx] : coding style
regrain [Tue, 13 Jan 2004 15:27:03 +0000 (15:27 +0000)]
 * src/*.[h|cxx] : coding style
     -- BeNours

20 years agoremove H Table NameHT
jpr [Tue, 13 Jan 2004 11:32:30 +0000 (11:32 +0000)]
remove H Table NameHT
Mutimap TagHt (instead of map)

20 years ago * src/gdcmIdo.h, gdcmHeaderIdo.cxx : remove the Ido unused files
regrain [Tue, 13 Jan 2004 11:27:43 +0000 (11:27 +0000)]
 * src/gdcmIdo.h, gdcmHeaderIdo.cxx : remove the Ido unused files
     -- BeNours

20 years ago * src/gdcmDict.cxx, gdcmElValSet.cxx : bug fix under windows for prints.
regrain [Tue, 13 Jan 2004 11:13:07 +0000 (11:13 +0000)]
 * src/gdcmDict.cxx, gdcmElValSet.cxx : bug fix under windows for prints.
       It's lied to the stl compilation by MSVC (windows, always windows...)
     -- BeNours

20 years ago * gdcmPython/testSuite.py : test the readable flag of file for tests
regrain [Tue, 13 Jan 2004 09:15:51 +0000 (09:15 +0000)]
 * gdcmPython/testSuite.py : test the readable flag of file for tests
     -- BeNours

20 years ago * src/gdcmDictSet.h : set the method BuildDictPath in public
regrain [Mon, 12 Jan 2004 15:02:19 +0000 (15:02 +0000)]
 * src/gdcmDictSet.h : set the method BuildDictPath in public
     * src/gdcmTS.cxx, gdcmVR.cxx : use now a dictionnary file other than to be
       directly setted in the source code
     * Dicts/dicomTS.dic, dicomVR.dic : 2 new dictionnary files loaded by
       gdcmTS and gdcmVR
     -- BeNours

20 years ago * src/*.h : add comments
regrain [Mon, 12 Jan 2004 13:12:27 +0000 (13:12 +0000)]
 * src/*.h : add comments
     -- BeNours

20 years ago*** empty log message ***
regrain [Mon, 12 Jan 2004 12:54:13 +0000 (12:54 +0000)]
*** empty log message ***

20 years ago * gdcmPython/gdcmVersion.py : add a gdcmVERSION variable information
regrain [Fri, 9 Jan 2004 14:32:54 +0000 (14:32 +0000)]
 * gdcmPython/gdcmVersion.py : add a gdcmVERSION variable information
     * setup.py : use a reference to gdcmVERSION
     -- BeNours

20 years ago * Modification to compile with the distutils.
regrain [Wed, 7 Jan 2004 10:07:27 +0000 (10:07 +0000)]
 * Modification to compile with the distutils.
     * Bug fix in code
     -- BeNours

20 years ago * Update the testSuite to work perfectly
regrain [Tue, 23 Dec 2003 10:19:47 +0000 (10:19 +0000)]
 * Update the testSuite to work perfectly
     -- BeNours

20 years agosome modif to be new gdcmHeader/gdcmFile compliant
jpr [Tue, 23 Dec 2003 10:03:01 +0000 (10:03 +0000)]
some modif to be new gdcmHeader/gdcmFile compliant

20 years ago * gdcmHeader is now aggregating gdcmFile, and not derived into. Thus, we
regrain [Mon, 22 Dec 2003 12:46:14 +0000 (12:46 +0000)]
 * gdcmHeader is now aggregating gdcmFile, and not derived into. Thus, we
       can use a gdcmHeaderHelper to load datas
     * gdcmPython/testSuite.py : make the testSuite compliant with modifications
       made in the source code
     -- BeNours

20 years ago * Update Windows projects and .cvsignore files
regrain [Wed, 10 Dec 2003 11:37:16 +0000 (11:37 +0000)]
 * Update Windows projects and .cvsignore files
     -- BeNours

20 years ago* entirely my fault, sorry
malaterre [Tue, 18 Nov 2003 10:19:41 +0000 (10:19 +0000)]
* entirely my fault, sorry

20 years ago*FIX: gdcmjpeg -> gdcmljpeg
malaterre [Tue, 18 Nov 2003 10:09:52 +0000 (10:09 +0000)]
*FIX: gdcmjpeg -> gdcmljpeg

20 years ago*FIX: Use carnaught table to reduce boolean expr !
malaterre [Tue, 18 Nov 2003 09:23:16 +0000 (09:23 +0000)]
*FIX: Use carnaught table to reduce boolean expr !

20 years ago*FIX: gdcmjpeg -> gdcmljpeg
malaterre [Mon, 17 Nov 2003 12:24:45 +0000 (12:24 +0000)]
*FIX: gdcmjpeg -> gdcmljpeg

20 years ago*FIX: Solaris + gcc fixed induced backward error. (don't need ends at the end of...
malaterre [Fri, 14 Nov 2003 16:22:28 +0000 (16:22 +0000)]
*FIX: Solaris + gcc fixed induced backward error. (don't need ends at the end of ostrstream)

20 years ago*FIX: Forgot about missing flags for SunOs + old gcc
malaterre [Fri, 14 Nov 2003 15:20:15 +0000 (15:20 +0000)]
*FIX: Forgot about missing flags for SunOs + old gcc
*FIX: Lib were not link properly

20 years ago*ENH: Use a FOREACH ... smarter !
malaterre [Fri, 14 Nov 2003 15:15:49 +0000 (15:15 +0000)]
*ENH: Use a FOREACH ... smarter !

20 years ago* ENH: Update CMake stuff for accessing gdcm from CMake (4 third party lib)
malaterre [Fri, 14 Nov 2003 14:51:24 +0000 (14:51 +0000)]
* ENH: Update CMake stuff for accessing gdcm from CMake (4 third party lib)
* FIX: Compilation for SunOS + old gcc

20 years ago*FIX: Forgot about gdcmElValSet.cxx
malaterre [Thu, 13 Nov 2003 19:12:27 +0000 (19:12 +0000)]
*FIX: Forgot about gdcmElValSet.cxx

20 years ago*FIX: Some compilation problem on SunOS with no ANSI STRING STREAM
malaterre [Thu, 13 Nov 2003 18:49:07 +0000 (18:49 +0000)]
*FIX: Some compilation problem on SunOS with no ANSI STRING STREAM
*ENH: Some more python installation stuff fixed

20 years agoadd '\0' after ostringstream to avoid oddities on Solrais
jpr [Thu, 13 Nov 2003 18:08:34 +0000 (18:08 +0000)]
add '\0' after ostringstream to avoid oddities on Solrais

20 years ago*BUG: sorry my fault
malaterre [Thu, 13 Nov 2003 13:07:50 +0000 (13:07 +0000)]
*BUG: sorry my fault

20 years ago*ENH/ Update CMakeLists.txt
malaterre [Thu, 13 Nov 2003 11:27:22 +0000 (11:27 +0000)]
*ENH/ Update CMakeLists.txt

20 years ago*ENH: Add a setup.py.in that cmake will parse and give the right path to VTK ...
malaterre [Thu, 13 Nov 2003 10:37:44 +0000 (10:37 +0000)]
*ENH: Add a setup.py.in that cmake will parse and give the right path to VTK ...
      It creates a new setup.py in gdcm${bin}/gdcmPython (in order not to override old setup.py)

20 years ago*FIX: Change GetLUTRGBA to return unsigned char instead of void, nicer for python...
malaterre [Thu, 13 Nov 2003 10:23:38 +0000 (10:23 +0000)]
*FIX: Change GetLUTRGBA to return unsigned char instead of void, nicer for python level

20 years ago *ENH gdcmHeader constructor has one more parameter (default value : false)
jpr [Wed, 12 Nov 2003 15:35:18 +0000 (15:35 +0000)]
 *ENH  gdcmHeader constructor has one more parameter (default value : false)
           that allows the user to 'go inside' the SeQuences only
   if he wants to.
   gdcmElValSet:Print takes it into account

20 years ago*FIX: char 'tag' was overiding private members (VC++)
malaterre [Wed, 12 Nov 2003 14:21:36 +0000 (14:21 +0000)]
*FIX: char 'tag' was overiding private members (VC++)

20 years ago*ENH: Update CMakeLists
malaterre [Wed, 12 Nov 2003 14:06:32 +0000 (14:06 +0000)]
*ENH: Update CMakeLists
*FIX: GetRescale and GetSlope

20 years agoUpdate ChangeLog
jpr [Mon, 10 Nov 2003 14:17:53 +0000 (14:17 +0000)]
Update ChangeLog

20 years ago *FIX : gdcmHeader::LoadElements is now based
jpr [Mon, 10 Nov 2003 14:17:12 +0000 (14:17 +0000)]
  *FIX : gdcmHeader::LoadElements is now based
             on the ListTag listElem member,
             not longer on the TagElValueHT tagHt member
      *ENH : PrintPubElVal shows (temporarily) both results,
             with the tagHt member and the listElem member.
     (it's easier to 'see' the problems when using Printheader)

      *FIX : old private member LgrElem is now splitted into
             ReadLength   : Length actually found on disk (updated only
                    if bug fixing is necessary), for internal
    use only
     UsableLength : Updated by FixFoundLength, to fix a bug
                    or to allow Parser going on.
     Will allow to re-write a kosher header when a SeQuence
     with a length (not 0000) is found
      Warning : gdcmFile::Write still uses the TagHt (not ListElem)
        because gdcmElValSet::Add does not update ListElem
(to be written)

20 years agocommit ChangeLog
jpr [Mon, 10 Nov 2003 09:23:04 +0000 (09:23 +0000)]
commit ChangeLog

20 years ago *FIX : gdcmHeader::LoadElements is now based
jpr [Mon, 10 Nov 2003 09:21:40 +0000 (09:21 +0000)]
  *FIX : gdcmHeader::LoadElements is now based
             on the ListTag listElem member,
             not longer on the TagElValueHT tagHt member
      *ENH : PrintPubElVal shows (temporarily) both results,
             with the tagHt member and the listElem member.
     (it's easier to 'see' the problems when using Printheader)

20 years ago*ENH: Add Rescale Slope & Intercept helper, defaults are:
malaterre [Fri, 7 Nov 2003 14:57:58 +0000 (14:57 +0000)]
*ENH: Add Rescale Slope & Intercept helper, defaults are:
0 for Intercept
1 for Slope

20 years agoupdate Changelog
jpr [Fri, 7 Nov 2003 14:37:12 +0000 (14:37 +0000)]
update Changelog

20 years ago *ENH gdcmHeader::FixFoundLength now allow to 'go inside' tge SeQuences
jpr [Fri, 7 Nov 2003 14:34:50 +0000 (14:34 +0000)]
 *ENH gdcmHeader::FixFoundLength now allow to 'go inside' tge SeQuences
          when they have an actual length (not 0000 nor FFFFF)
  (Nobody should care of it, but DICOMDIR explorers)