]> Creatis software - gdcm.git/history - src/gdcmSerieHelper.cxx
comments
[gdcm.git] / src / gdcmSerieHelper.cxx
2011-03-31 jprcomments
2011-03-29 jprupgrades for 4DSplitter
2010-04-09 jpravoid further troubles when wild anonymization was...
2008-05-14 jprFix previous commit :-(
2008-05-13 jprApply David Feng's patch for reverse sorting
2008-04-02 malaterreBUG: do not access random memory
2008-02-14 jprFix bug on ImagePositionPatientOrdering.
2008-02-13 jprremove spurious trailing spaces
2007-10-30 jprInitializing DropDuplicatePositions to false should...
2007-10-30 jprSerieHelper::CreateUserDefinedFileIdentifier() :
2007-10-01 jprComments
2007-09-28 jprAdd some more checking
2007-09-20 jprUserDefinedFileIdentifier is now more human readable
2007-07-05 jprDon't drop _
2007-06-18 jprFix loosing the first image of each serie.
2007-06-08 jpr Add new method :
2007-06-04 jprFix some verbosity
2007-05-23 jprRemove useless ref to namespace
2007-05-23 jprIn order to allow to use current version (1.3) of gdcm...
2006-05-30 jprComment out some deprecated function (instead of GDCM_L...
2006-05-23 malaterreENH: hopefully fixed swig wrapping
2006-04-11 jprRemove useless accesses to the Dicom Dictionnary std...
2006-03-30 jprInitialize ZSpacing, in *all* cases.
2006-03-30 jprForget to remove cout ..
2006-03-30 jprAs a side effect,
2006-02-16 malaterreENH: Try to sync gdcm CVS and gdcm 1.2. ~2000 lines...
2006-02-05 malaterreENH: Redo the BUILD_SHARED_LIBS -one more time- hopeful...
2006-01-31 jprthe 'FileIdentifier' is now tokenizable on %%%.
2006-01-26 jprSerieHelper::CreateUserDefinedFileIdentifier doesn...
2006-01-24 malaterreCOMP: atof return a double
2006-01-18 jprTo please M$VC6 :
2005-12-21 jpr - void AddSeriesDetail(uint16_t group, uint16_t elem...
2005-12-16 jprNew method SerieHelper::AddSeriesDetail() to allow...
2005-11-30 regrain * Fix compilation warnings
2005-11-28 jprRestore previous state (double/float)
2005-11-28 jprOrienation : iop is float.
2005-11-25 jprUpport itk modif (taken from gdcm1.0) around Jolinda...
2005-11-21 jprDoxygenation
2005-11-08 malaterreENH: A user does not know (and should not) what we...
2005-10-27 jprImprove IsCoherent method
2005-10-26 jprFix SplitOnPosition()
2005-10-26 jprTypo
2005-10-25 regrain * Some classes inherit now from gdcm::RefCounter
2005-10-25 jprBug fix in XCoherent filestet splitting
2005-10-23 jprDoxgenation :
2005-10-21 jprComments
2005-10-21 jprDoxygen disagrees with commented 'deprecated' methods
2005-10-21 jprDoxygenation
2005-10-18 regrain * Minor coding-style clean up
2005-10-17 jprTo avoid warning about shadowed variables.
2005-10-17 malaterreCOMP: Fix comp on bcc55
2005-10-17 jprSerieHelper Normalization : stage 1
2005-08-31 jprSolve other minor Doxygen pb
2005-08-30 jprReverse order sorting now works, even with user supplie...
2005-08-30 jprAccording to some requierements, if user knows more...
2005-07-30 jprAdd SerieHelper::IsCoherent() method to allow checking...
2005-07-29 jprUser may now use
2005-07-21 jprDoxygenation
2005-07-21 jprExtend 'Restriction' syntax :
2005-07-19 jprAdd SerieHelper::AddGdcmFile(File *header) method.
2005-07-18 jprIn order to prepare the future extension of SerieHelper...
2005-07-17 jprUse new style for Loading files
2005-06-24 jprSummer nights are really too hot to sleep.
2005-06-03 jprTypo.
2005-05-27 malaterreENH: Adding feature for user to refine the search of...
2005-05-26 malaterreCOMP: Fix compilation on MINGW32
2005-05-11 malaterreBUG: When Image Position Patient was exactly 0,0,0...
2005-04-20 malaterreBUG: Fix Numerical Excption on bcc55
2005-02-05 malaterreBUG: Apparently on Borland uses unsigned char to store...
2005-02-05 malaterreBUG: Solve seg fault with SerieHelper by properly using...
2005-02-02 malaterreBUG: Fix problem with typedef. When you use a typedef...
2005-02-02 jprgdcm::SerieHelper replaces gdcm::SerieHeader