]> Creatis software - gdcm.git/log
gdcm.git
19 years agoUpdate ChangeLog
jpr [Sat, 8 Jan 2005 15:06:59 +0000 (15:06 +0000)]
Update ChangeLog

19 years agoAccording to Benoit's suggestion, and without any objection from anybody
jpr [Sat, 8 Jan 2005 15:03:56 +0000 (15:03 +0000)]
According to Benoit's suggestion, and without any objection from anybody
- methods SetxxxByNumber and GetxxxByNumber renamed as Setxxx and Get xxx
- methods Dict::Print() and Dict::PrintByKey() merged into Dict::Print()
- method gdcmDicomDirObject::GetEntry() renamed as
         gdcmDicomDirObject::GetEntryHT() to avoid confusion (and compile error)

19 years agoCOMP: Need some special lib on apple
malaterre [Sat, 8 Jan 2005 00:16:25 +0000 (00:16 +0000)]
COMP: Need some special lib on apple

19 years agoCOMP: remove warnings
malaterre [Sat, 8 Jan 2005 00:03:10 +0000 (00:03 +0000)]
COMP: remove warnings

19 years agoENH: blind shot to fix problem
malaterre [Sat, 8 Jan 2005 00:01:35 +0000 (00:01 +0000)]
ENH: blind shot to fix problem

19 years agoENH: Addingh MACOSX version
malaterre [Fri, 7 Jan 2005 23:59:12 +0000 (23:59 +0000)]
ENH: Addingh MACOSX version

19 years agoCOMP: doh !
malaterre [Fri, 7 Jan 2005 23:44:46 +0000 (23:44 +0000)]
COMP: doh !

19 years agoENH: properly copy the mac address
malaterre [Fri, 7 Jan 2005 23:43:59 +0000 (23:43 +0000)]
ENH: properly copy the mac address

19 years agoBUG: assert was inversed
malaterre [Fri, 7 Jan 2005 23:10:10 +0000 (23:10 +0000)]
BUG: assert was inversed

19 years agoENH: minor style
malaterre [Fri, 7 Jan 2005 22:24:00 +0000 (22:24 +0000)]
ENH: minor style

19 years agoENH: minor style
malaterre [Fri, 7 Jan 2005 22:22:02 +0000 (22:22 +0000)]
ENH: minor style

19 years agoENH: Third pass for assert. Now uses the gdcmAssertMacro
malaterre [Fri, 7 Jan 2005 22:19:48 +0000 (22:19 +0000)]
ENH: Third pass for assert. Now uses the gdcmAssertMacro

19 years agoENH: Second pass at removing name of function from hardcoded string from gdcmErrorMacro.
malaterre [Fri, 7 Jan 2005 22:06:47 +0000 (22:06 +0000)]
ENH: Second pass at removing name of function from hardcoded string from gdcmErrorMacro.

19 years agoENH: First pass at removing name of function from hardcoded string from gdcmVerboseMa...
malaterre [Fri, 7 Jan 2005 22:03:30 +0000 (22:03 +0000)]
ENH: First pass at removing name of function from hardcoded string from gdcmVerboseMacro. There were a lot of them that were wrong anyway...

19 years agoENH: update for __FUNCTION__ stuff
malaterre [Fri, 7 Jan 2005 21:24:38 +0000 (21:24 +0000)]
ENH: update for __FUNCTION__ stuff

19 years agoENH: doh I forgot to commit this file
malaterre [Fri, 7 Jan 2005 21:14:31 +0000 (21:14 +0000)]
ENH: doh I forgot to commit this file

19 years agoENH: properly handle compiler that does not have __FUNCTION__
malaterre [Fri, 7 Jan 2005 21:09:42 +0000 (21:09 +0000)]
ENH: properly handle compiler that does not have __FUNCTION__

19 years agoENH: update comments. Rename variable with more complexe name to avoid collision.
malaterre [Fri, 7 Jan 2005 20:31:36 +0000 (20:31 +0000)]
ENH: update comments. Rename variable with more complexe name to avoid collision.

19 years agoENH: update about gdcmDebug macro, and future implementation to redirect to file
malaterre [Fri, 7 Jan 2005 19:22:52 +0000 (19:22 +0000)]
ENH: update about gdcmDebug macro, and future implementation to redirect to file

19 years agoENH: update gdcmDebug after Benoit comments
malaterre [Fri, 7 Jan 2005 19:20:37 +0000 (19:20 +0000)]
ENH: update gdcmDebug after Benoit comments

19 years agoUpdate ChangeLog
jpr [Fri, 7 Jan 2005 16:51:45 +0000 (16:51 +0000)]
Update ChangeLog

19 years ago * src/gdcmDocEntry.[h|cxx] : now the ReadLength is the length of the datas
regrain [Fri, 7 Jan 2005 16:45:51 +0000 (16:45 +0000)]
   * src/gdcmDocEntry.[h|cxx] : now the ReadLength is the length of the datas
     to read in the file... and only it ! Length is the efective length of the
     datas in the DocEntry structure
   -- BeNours

19 years agoCOMP: Fix VS6 compilation pb
malaterre [Fri, 7 Jan 2005 16:39:59 +0000 (16:39 +0000)]
COMP: Fix VS6 compilation pb

19 years agoRemoval of useless groupNameAbbreviations2004.dic
jpr [Fri, 7 Jan 2005 16:34:47 +0000 (16:34 +0000)]
Removal of useless groupNameAbbreviations2004.dic
Add dicomGroupNameAbbreviations.dic
should be used to write a method to replace the former
  Dict::GetDictEntryNamesByCategory()

19 years agoCOMP: oops forgot this one I guess...
malaterre [Fri, 7 Jan 2005 16:33:07 +0000 (16:33 +0000)]
COMP: oops forgot this one I guess...

19 years agoENH: update for the gdcmDebug changes
malaterre [Fri, 7 Jan 2005 16:29:02 +0000 (16:29 +0000)]
ENH: update for the gdcmDebug changes

19 years agoAdd a list of 'Dicom Attribute types', as found in
jpr [Fri, 7 Jan 2005 16:26:50 +0000 (16:26 +0000)]
Add a list of 'Dicom Attribute types', as found in
  http://medical.nema.org/dicom/2004/04_15PU.PDF
Unused till now...

19 years agoENH: Change the gdcmDebug approach. Remov the global static debug 'dbg'. And now...
malaterre [Fri, 7 Jan 2005 16:26:11 +0000 (16:26 +0000)]
ENH: Change the gdcmDebug approach. Remov the global static debug 'dbg'. And now use a static function call instead, with a global variable. This is much closer to the VTK approach. Hopefully should be bulletproof and easier to use...hopefully

19 years agoRemove now useless dicomTS2004.dic
jpr [Fri, 7 Jan 2005 16:22:49 +0000 (16:22 +0000)]
Remove now useless dicomTS2004.dic
Renamed as dicomTS.dic

19 years agoAdd VM related methods
jpr [Fri, 7 Jan 2005 16:14:58 +0000 (16:14 +0000)]
Add VM related methods

19 years agoAdd missing DictEntry::SetVM method
jpr [Fri, 7 Jan 2005 16:07:01 +0000 (16:07 +0000)]
Add missing DictEntry::SetVM method

19 years agoCOMP: Fix warning
malaterre [Fri, 7 Jan 2005 15:58:19 +0000 (15:58 +0000)]
COMP: Fix warning

19 years agoRemoval of now useless dicomV3VM2004.dic (renamed as dicomV3.dic)
jpr [Fri, 7 Jan 2005 15:45:59 +0000 (15:45 +0000)]
Removal of now useless dicomV3VM2004.dic (renamed as dicomV3.dic)

19 years agoAdd accesors on VM
jpr [Fri, 7 Jan 2005 12:42:54 +0000 (12:42 +0000)]
Add accesors on VM

19 years agoRemoval out of the Dicom Dictionary of non dicom 'fourth' field
jpr [Fri, 7 Jan 2005 12:29:17 +0000 (12:29 +0000)]
Removal out of the Dicom Dictionary of non dicom 'fourth' field
Add         to the Dicom Dictionaty of Dicom 'Value Multiplicity' field

Commenting out of probabely useless methods :
  Dict::GetDictEntryNames()
  Dict::GetDictEntryNamesByCategory()
  DictSet::GetPubDictEntryNames()
  DictSet::GetPubDictEntryNamesByCategory()

19 years agoNew Dicom Dictionnaty (with Value Multiplicity) is now used
jpr [Fri, 7 Jan 2005 11:12:38 +0000 (11:12 +0000)]
New Dicom Dictionnaty (with Value Multiplicity) is now used

19 years agoFix misstyping in Dicom V3 Dictinary (with VR)
jpr [Fri, 7 Jan 2005 10:25:34 +0000 (10:25 +0000)]
Fix misstyping in Dicom V3 Dictinary (with VR)

19 years agoRemoval of usless methods :
jpr [Fri, 7 Jan 2005 09:03:52 +0000 (09:03 +0000)]
Removal of usless methods :
PrintByName, GetDictEntryByName

19 years agoRemoval of useless and dangerous methods :
jpr [Fri, 7 Jan 2005 08:50:13 +0000 (08:50 +0000)]
Removal of useless and dangerous methods :
GetDocEntryByName, GetEntryByName, GetDictEntryByName

19 years agoRemoval of useless and dangerous methods :
jpr [Fri, 7 Jan 2005 08:46:17 +0000 (08:46 +0000)]
Removal of useless and dangerous methods :
 GetEntryByName, GetEntryVRByName, GetDocEntryByName, SetEntryByName

19 years agoCOMP: Fix compilation on Win32: c:\Dashboards\My Tests\gdcm\src\gdcmDicomDir.h(78...
malaterre [Thu, 6 Jan 2005 20:33:55 +0000 (20:33 +0000)]
COMP: Fix compilation on Win32: c:\Dashboards\My Tests\gdcm\src\gdcmDicomDir.h(78) : error C2086: 'm' : redefinition
c:\Dashboards\My Tests\gdcm\src\gdcmDicomDir.h(78) : fatal error C1903: unable to recover from previous error(s); stopping compilation

19 years agoCOMP: remove warning
malaterre [Thu, 6 Jan 2005 20:25:17 +0000 (20:25 +0000)]
COMP: remove warning

19 years agoCoding Style + Doxygenation
jpr [Thu, 6 Jan 2005 20:03:26 +0000 (20:03 +0000)]
Coding Style + Doxygenation

19 years agoCOMP: Adding some random lib to allow compilation
malaterre [Thu, 6 Jan 2005 19:40:09 +0000 (19:40 +0000)]
COMP: Adding some random lib to allow compilation

19 years agoCOMP: Some minor fix on Win32
malaterre [Thu, 6 Jan 2005 19:39:24 +0000 (19:39 +0000)]
COMP: Some minor fix on Win32

19 years agoCOMP: on win32 sintrgs.h does not exist
malaterre [Thu, 6 Jan 2005 19:20:23 +0000 (19:20 +0000)]
COMP: on win32 sintrgs.h does not exist

19 years agoENH: GetMacAddress in Util
malaterre [Thu, 6 Jan 2005 19:14:04 +0000 (19:14 +0000)]
ENH: GetMacAddress in Util

19 years agoENH: update test for tesing MAC adrress
malaterre [Thu, 6 Jan 2005 19:10:07 +0000 (19:10 +0000)]
ENH: update test for tesing MAC adrress

19 years agoENH: Found a Win32 version that seems to be working
malaterre [Thu, 6 Jan 2005 18:53:02 +0000 (18:53 +0000)]
ENH: Found a Win32 version that seems to be working

19 years agoENH: Saving temp code until I have time for Win32 version. This will return the MAC...
malaterre [Thu, 6 Jan 2005 18:46:02 +0000 (18:46 +0000)]
ENH: Saving temp code until I have time for Win32 version. This will return the MAC adress which is much more intelligent than returning the IP adress

19 years ago * src/gdcmDocEntrySet.[h|cxx] : Remove used methods
regrain [Thu, 6 Jan 2005 17:20:53 +0000 (17:20 +0000)]
   * src/gdcmDocEntrySet.[h|cxx] : Remove used methods
   -- BeNours

19 years ago * src/gdcmDocument.[h|cxx] : remove all copy of DocEntry when parsing a file
regrain [Thu, 6 Jan 2005 17:16:15 +0000 (17:16 +0000)]
   * src/gdcmDocument.[h|cxx] : remove all copy of DocEntry when parsing a file
   -- BeNours

19 years agoDoxygenation
jpr [Thu, 6 Jan 2005 17:08:05 +0000 (17:08 +0000)]
Doxygenation
+ modif Coding style :
According with Benoit (and Doxygen) we shall use, just like anybody :
T *foo
or
T &foo
and NOT
T* foo
or
T & foo
(that was gdcm-special)

19 years agoDoxygenation
jpr [Thu, 6 Jan 2005 16:29:22 +0000 (16:29 +0000)]
Doxygenation

19 years agoDoxygenation
jpr [Thu, 6 Jan 2005 16:05:06 +0000 (16:05 +0000)]
Doxygenation

19 years agoDoxygenation
jpr [Thu, 6 Jan 2005 15:41:28 +0000 (15:41 +0000)]
Doxygenation

19 years ago * src/gdcmDocEntrySet.[h|cxx], gdcmDocument.[h|cxx] : amelioration of
regrain [Thu, 6 Jan 2005 15:36:48 +0000 (15:36 +0000)]
   * src/gdcmDocEntrySet.[h|cxx], gdcmDocument.[h|cxx] : amelioration of
     ValEntry, BinEntry, SeqEntry creation or replace
   -- BeNours

19 years agoadd 1.2.840.113619.5.2 Implicit VR - Little Endian GE DLX xadc
jpr [Thu, 6 Jan 2005 15:09:53 +0000 (15:09 +0000)]
add 1.2.840.113619.5.2       Implicit VR - Little Endian GE DLX xadc

19 years agoDoxygenation
jpr [Thu, 6 Jan 2005 14:49:15 +0000 (14:49 +0000)]
Doxygenation

19 years agoRemoval of last occurence of 'GetxxxByName'
jpr [Thu, 6 Jan 2005 14:31:37 +0000 (14:31 +0000)]
Removal of last occurence of 'GetxxxByName'

19 years ago * src/gdcmDictEntry.h : now, the IsVRUnknown is correct
regrain [Thu, 6 Jan 2005 13:35:37 +0000 (13:35 +0000)]
   * src/gdcmDictEntry.h : now, the IsVRUnknown is correct
   * src/gdcmDocument.[h|cxx] : simplify the search of VR value when parsing
     a file
   * src/gdcmDocEntrySet.cxx : now the created DocEntry without values is good
     when specifying the VR
   * src/gdcmVR.[h|cxx] : add usefull method to test the validity of a VR
   * src/gdcmDocEntry.cxx : amelioration of print
   -- BeNours

19 years agoAdd Rescale Slope, Rescale Intercept
jpr [Thu, 6 Jan 2005 11:02:12 +0000 (11:02 +0000)]
Add Rescale Slope, Rescale Intercept

19 years ago * src/gdcmDocument.cxx : amelioration of code
regrain [Thu, 6 Jan 2005 09:51:52 +0000 (09:51 +0000)]
   * src/gdcmDocument.cxx : amelioration of code
   -- BeNours

19 years agoUpdate ChangeLog
jpr [Thu, 6 Jan 2005 09:51:39 +0000 (09:51 +0000)]
Update ChangeLog

19 years ago * src/gdcmDocument.cxx : correct last JPR committed code source
regrain [Thu, 6 Jan 2005 09:34:58 +0000 (09:34 +0000)]
   * src/gdcmDocument.cxx : correct last JPR committed code source
   -- BeNours

19 years agoremoval of method WriteBase
jpr [Thu, 6 Jan 2005 08:46:21 +0000 (08:46 +0000)]
removal of method WriteBase

19 years agoENH : now parsing creates a Vitual DictEntry for Pixels Element,
jpr [Wed, 5 Jan 2005 16:53:23 +0000 (16:53 +0000)]
ENH : now  parsing creates a Vitual DictEntry for Pixels Element,
      in order to allow further VR modification by user

19 years agoADD : Method ComputeGroupLength
jpr [Wed, 5 Jan 2005 16:30:50 +0000 (16:30 +0000)]
ADD : Method ComputeGroupLength

19 years ago * src/gdcmCommon.h : add the GDCM_UNKNOWN constant. This constant is to
regrain [Wed, 5 Jan 2005 15:38:27 +0000 (15:38 +0000)]
   * src/gdcmCommon.h : add the GDCM_UNKNOWN constant. This constant is to
     replace the different values "??", "Unkn", "Unknown".
   * src/gdcmDicomDirElement.h, gdcmDictEntry.h, gdcmDictSet.h,
     gdcmDocEntry.cxx, gdcmDocEntrySet.[h|cxx], gdcmDocument.h, gdcmSQItem.cxx,
     gdcmVR.cxx : use the GDCM_UNKNOWN constant.
   * Appears a bug in gdcmDictEntry : IsVRUnknown always returns false... bad
   -- BeNours

19 years ago ADD : Add the method IsCurrentProcessorBigEndian
jpr [Wed, 5 Jan 2005 15:19:42 +0000 (15:19 +0000)]
   ADD : Add the method IsCurrentProcessorBigEndian
      (we'll need it for 'Explicit VR Big Endian' Transfert Syntax)

19 years agoBUG: Thanks to JP for bug report.
malaterre [Tue, 21 Dec 2004 17:43:55 +0000 (17:43 +0000)]
BUG: Thanks to JP for bug report.

19 years agoENH: Fixing another warning about unused var
malaterre [Tue, 21 Dec 2004 15:16:07 +0000 (15:16 +0000)]
ENH: Fixing another warning about unused var

19 years agoENH: Fixing some warning about unknown class gdcm::Base
malaterre [Tue, 21 Dec 2004 15:14:58 +0000 (15:14 +0000)]
ENH: Fixing some warning about unknown class gdcm::Base

19 years agoENH: Each time a *.dic file is changed, force a complete rebuild of Dicts/ directory
malaterre [Mon, 20 Dec 2004 18:51:33 +0000 (18:51 +0000)]
ENH: Each time a *.dic file is changed, force a complete rebuild of Dicts/ directory

19 years agoBUG: Some David Clunie's baseline image have a Pixel Spacing of 0,0
malaterre [Thu, 16 Dec 2004 23:17:27 +0000 (23:17 +0000)]
BUG: Some David Clunie's baseline image have a Pixel Spacing of 0,0

19 years ago * src/gdcmBase.[h|cxx] : new base class. Contains the PrintLevel and an
regrain [Thu, 16 Dec 2004 13:46:36 +0000 (13:46 +0000)]
   * src/gdcmBase.[h|cxx] : new base class. Contains the PrintLevel and an
     empty Print Method
   * Set the gdcm::Base class to some Printable classes
   -- BeNours

19 years ago * src/gdcmFile.[h|cxx] : add the Print method
regrain [Thu, 16 Dec 2004 11:37:01 +0000 (11:37 +0000)]
   * src/gdcmFile.[h|cxx] : add the Print method
   * src/gdcmPixelReadConvert.[h|cxx] : add the generalized Print method
   * src/gdcmDocEntrySet.h : generalize the Print with the PrintLevel
   * src/gdcmDocument.h : remove the PrintLevel informations
   * Example/PrintFile.cxx : use the new gdcm::File::Print
   -- BeNours

19 years ago * src/gdcmFile.cxx : Add the code of ReplaceOrCreateByNumber to not have
regrain [Thu, 16 Dec 2004 10:51:48 +0000 (10:51 +0000)]
   * src/gdcmFile.cxx : Add the code of ReplaceOrCreateByNumber to not have
     problems when compiling with the python wrapping
   -- BeNours

19 years ago * src/gdcmFile.cxx : bug fix. Omitted a Push in the DocEntryArchive when
regrain [Thu, 16 Dec 2004 10:41:58 +0000 (10:41 +0000)]
   * src/gdcmFile.cxx : bug fix. Omitted a Push in the DocEntryArchive when
     writting in ImplicitVR
   -- BeNours

19 years agoCOMP: Fix warnings
malaterre [Wed, 15 Dec 2004 00:06:04 +0000 (00:06 +0000)]
COMP: Fix warnings

19 years ago * Fix few compilation warnings
regrain [Tue, 14 Dec 2004 13:05:33 +0000 (13:05 +0000)]
   * Fix few compilation warnings
   -- BeNours

19 years ago * fixed some compilation warnings, and for(;;) scope error in VS6.
rouet [Tue, 14 Dec 2004 08:31:30 +0000 (08:31 +0000)]
  * fixed some compilation warnings, and for(;;) scope error in VS6.

19 years agoENH: update for JM
malaterre [Mon, 13 Dec 2004 17:46:53 +0000 (17:46 +0000)]
ENH: update for JM

19 years agodos test
malaterre [Mon, 13 Dec 2004 17:39:44 +0000 (17:39 +0000)]
dos test

19 years agoENH: Thanks to JMR patch we can now properly read jpeg fragments images, thus un...
malaterre [Mon, 13 Dec 2004 15:29:20 +0000 (15:29 +0000)]
ENH: Thanks to JMR patch we can now properly read jpeg fragments images, thus un black list: GE_RHAPSODE-16-MONO2-JPEG-Fragments.dcm

19 years agoENH: Apply JMR patch for gethostname
malaterre [Mon, 13 Dec 2004 15:12:33 +0000 (15:12 +0000)]
ENH: Apply JMR patch for gethostname

19 years agoENH: dos2unix
malaterre [Mon, 13 Dec 2004 14:58:41 +0000 (14:58 +0000)]
ENH: dos2unix

19 years agoBUG: On VS6 the for loop does not respect scope. Therefore we either need to rename...
malaterre [Mon, 13 Dec 2004 06:25:39 +0000 (06:25 +0000)]
BUG: On VS6 the for loop does not respect scope. Therefore we either need to rename iterator or declare it outside of the for loop

19 years agoBUG: On a few platerform we cannot use ios_base, we are better of using ios, for...
malaterre [Mon, 13 Dec 2004 06:22:43 +0000 (06:22 +0000)]
BUG: On a few platerform we cannot use ios_base, we are better of using ios, for portability (Borland 5.5 and gcc 2.96)

19 years ago * FIX: new handling of JPEG decompression, especially when dicom
rouet [Sun, 12 Dec 2004 17:21:07 +0000 (17:21 +0000)]
  * FIX: new handling of JPEG decompression, especially when dicom
    frames are split into several JPEG Fragments. This makes use of
    jpeg decompression from memory buffer.  This solves reading for
    example gdcm-JPEG-Lossless_Thoravision.dcm.

19 years ago * FIX: modified DirList::Explore in order to make it work under
rouet [Sun, 12 Dec 2004 13:32:23 +0000 (13:32 +0000)]
  * FIX: modified DirList::Explore in order to make it work under
    Cygwin when GDCM_DATA_ROOT is a defined by CMake as a unix
    path. The patch consists in not using the FindFirstFile win32api
    function under cygwin but rather the open dir *nix method.

19 years agoAdded return status variable initialization.
rouet [Fri, 10 Dec 2004 21:32:11 +0000 (21:32 +0000)]
Added return status variable initialization.

19 years agoENH: a few tweaks
malaterre [Fri, 10 Dec 2004 17:10:22 +0000 (17:10 +0000)]
ENH: a few tweaks

19 years agoENH: Thanks to Benoit example I was able to rewrite the damn thing, hopefully it...
malaterre [Fri, 10 Dec 2004 16:48:37 +0000 (16:48 +0000)]
ENH: Thanks to Benoit example I was able to rewrite the damn thing, hopefully it should work on win32

19 years agoENH: Adding an example that only work on linux, not on Win32. It shows how to create...
malaterre [Fri, 10 Dec 2004 15:50:04 +0000 (15:50 +0000)]
ENH: Adding an example that only work on linux, not on Win32. It shows how to create a DICOM image from scratch, we are only allowed to copy the string based entry from a previous DICOM

19 years ago * Add a Writer from nothing test
regrain [Fri, 10 Dec 2004 15:46:15 +0000 (15:46 +0000)]
   * Add a Writer from nothing test
   -- BeNours

19 years ago * src/gdcmHeader.cxx : change the initialisation of default header.
regrain [Fri, 10 Dec 2004 14:35:58 +0000 (14:35 +0000)]
   * src/gdcmHeader.cxx : change the initialisation of default header.
     Now, this header is readable by gdm, e-film, DicomWorks
   -- BeNours

19 years ago * src/gdcmFile.[h|cxx], gdcmPixelReadConvert.[h|cxx] : change the API.
regrain [Fri, 10 Dec 2004 13:49:05 +0000 (13:49 +0000)]
   * src/gdcmFile.[h|cxx], gdcmPixelReadConvert.[h|cxx] : change the API.
     Rename Decompressed to Raw
   * Use the API changes in gdcm::File.
   * vtk/vtkGdcmWriter.[h|cxx] : add the possibility to write in other modes
     Memory leaks fixed
   -- BeNours

19 years ago * Black listing of GE_RHAPSODE-16-MONO2-JPEG-Fragments.dcm
regrain [Fri, 10 Dec 2004 13:03:10 +0000 (13:03 +0000)]
   * Black listing of GE_RHAPSODE-16-MONO2-JPEG-Fragments.dcm
     because when can't correctly read it at this time.
   -- BeNours

19 years ago * vtk/vtkGdcmWriter.cxx, Example/WriteDicomSimple.cxx : add comments for
regrain [Fri, 10 Dec 2004 08:34:06 +0000 (08:34 +0000)]
   * vtk/vtkGdcmWriter.cxx, Example/WriteDicomSimple.cxx : add comments for
     each added entry in the header. Replace the 'Planes' field by the 'Number
     of Frames' field
   -- BeNours