]> Creatis software - gdcm.git/commit
Update ChangeLog :
authorjpr <jpr>
Sun, 30 Jan 2005 17:33:13 +0000 (17:33 +0000)
committerjpr <jpr>
Sun, 30 Jan 2005 17:33:13 +0000 (17:33 +0000)
commit44328ba9aaf06ba2a8de901b556caf9a2eec9d88
tree72782a867d776672a9c3268b8290ced3c55a236d
parentdd9001df5c1b8d5be917f635a6316aa4f0869af7
 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