From 44328ba9aaf06ba2a8de901b556caf9a2eec9d88 Mon Sep 17 00:00:00 2001 From: jpr Date: Sun, 30 Jan 2005 17:33:13 +0000 Subject: [PATCH] Update ChangeLog : * SerieHeader::SetDirectory() allow recursive exploration of the Directory * SerieHeader::AddFileName() creates as many Coherent Files lists (same Serie UID) as it founds different Serie UID amongst the files insead of discarting any file that doesn't match with the first one he found. * SerieHeader::OrderGdcmFileListhas now pne parameter : the Coherent Files list the user wants to sort * SerieHeader::GetFirstCoherentFileList() * SerieHeader::GetLastCoherentFileList() allows to parse the set of Coherent Files lists * const SerieHeader::GdcmFileList &GetGdcmFileList() is kept, for backwards compatibility (it returns the *first* Coherent Files list, since there was only one before) * Test/TestSerieHeader gets gdcmData as a default root directory --- ChangeLog | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 86dce9bf..19e29325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2005-01-30 Jean-Pierre Roux + * SerieHeader::SetDirectory() allow recursive exploration of the Directory + * SerieHeader::AddFileName() creates as many Coherent Files lists + (same Serie UID) as it founds different Serie UID + amongst the files insead of discarting any file + that doesn't match with the first one he found. + * SerieHeader::OrderGdcmFileListhas now pne parameter : + the Coherent Files list the user wants to sort + * SerieHeader::GetFirstCoherentFileList() + * SerieHeader::GetLastCoherentFileList() allows to parse + the set of Coherent Files lists + * const SerieHeader::GdcmFileList &GetGdcmFileList() is kept, for backwards + compatibility (it returns the *first* Coherent Files list, + since there was only one before) + * Test/TestSerieHeader gets gdcmData as a default root directory + 2005-01-28 Benoit Regrain * Remove friend between DocEntry and File classes * Remove friend between PixelReadConverter and RLEFramesInfo, @@ -23,8 +39,8 @@ 2005-01-27 Mathieu Malaterre * Rewrite the base 256 to base 10 conversion, using string operation only. - This allos us to get rid of the problematic 64bits integer type (does not - alwyas exist on target platform). + This allows us to get rid of the problematic 64bits integer type (does not + always exist on target platform). 2005-01-27 Jean-Pierre Roux * Add construct and destructor to class gdcm::Debug to close the debug file -- 2.45.1