]> Creatis software - gdcm.git/commit
- void AddSeriesDetail(uint16_t group, uint16_t elem, bool convert);
authorjpr <jpr>
Wed, 21 Dec 2005 14:48:09 +0000 (14:48 +0000)
committerjpr <jpr>
Wed, 21 Dec 2005 14:48:09 +0000 (14:48 +0000)
commit6ea13c737fda10fabd9923ab62837c5148176df1
treed025091190fcb9974a71d746c96474aa5085eb12
parent945adcacc834184afa86cddd872c04f9671ab382
 - void AddSeriesDetail(uint16_t group, uint16_t elem, bool convert);
   has a new bool param : convert, to tell wether we want 'convertion',
   to allow further ordering
   e.g : 100 would be *before* 20; 000020.00 vs 00100.00 : OK

 - std::string CreateUserDefinedFileIdentifier( File * inFile );
   allows user to build a Tokenizable and sortable File identifier of his own.
   (user knows more than we do about his files)
src/gdcmSerieHelper.cxx
src/gdcmSerieHelper.h