]> Creatis software - gdcm.git/history - src/gdcmDataEntry.cxx
add
[gdcm.git] / src / gdcmDataEntry.cxx
2009-02-05 jpradd
2008-04-10 malaterreCOMP: fix comp on gcc 4.3
2008-02-13 jprHexa value of FL and FD is now correctly displayed
2008-02-13 jprAvoid memory leaks.
2007-10-30 jprFix Comments
2007-09-28 jpravoid warning
2007-09-18 jprTo help human reader of PrintFile, hexadecimal value...
2007-09-14 jprPrint
2007-08-29 jprJpeg writter is no longer confused by DataElements...
2007-08-27 jprTrying to normalize JPEG Writing (not yet finished)
2007-08-22 jprTry to make gdcm1.2 and gdcm1.3 usable int the same...
2007-07-26 jprWe are no longer cheated by Elem belonging to group...
2007-06-04 jpravoid some warnings a doxygen time
2007-05-23 jprIn order to allow to use current version (1.3) of gdcm...
2006-07-10 jpr- Avoid useless creation of std::string
2006-07-04 jprPort Mathieu's patch from gdcm 1.2 (in gdcmValEntry...
2006-06-29 jprDoxygenation
2006-05-30 jprAdd some comments
2006-04-14 jprFix bug in GetString()
2006-04-11 jprRemove useless accesses to the Dicom Dictionnary std...
2006-03-31 jprremove misstyping
2006-03-30 jprAvoid stupid messages when length = 0
2006-03-13 jpr // User should ask gdcm to write an image in Explic...
2006-03-01 jpradd bool DataEntry::GetDSValue(std::vector <double...
2006-02-07 jprRemove some useless seekg, tellg.
2006-02-03 jprSome minor comments modifications
2006-01-27 jprAdd #include for BCC
2006-01-20 jprFix Doxygenation
2005-12-23 jprAdd verbosity when something wrong occurs
2005-12-21 jprminor typo
2005-12-09 jprMinor typo fixes
2005-11-29 regrain * Add the Copy method in all datas
2005-11-21 jprDeal with VR 'OF' (Other Float String)
2005-11-21 jprDoxygenation
2005-11-14 malaterreENH: Minor optimization
2005-11-08 jprTry to track BinEndian troubles
2005-11-07 jprAdd Method ComputeFullLength(), to allow further comput...
2005-11-04 jprRemove useless commented out code
2005-11-03 jprAvoid propagating uneven lengthes.
2005-11-02 jprAdd some verbosity when something wrong occurs.
2005-10-28 jprFix comments
2005-10-27 jprRewrite the whole stuff for writting on BigEndian proce...
2005-10-26 malaterreENH: Change the unsafe type char to the full enum type...
2005-10-26 jprTo avoid warnings
2005-10-25 malaterreCOMP: Fix bcc55 warnings
2005-10-23 jprMinor Doxygenations, comments fixing, etc
2005-10-21 malaterreBUG: 1-n VM are also allowed to be empty
2005-10-21 malaterreENH: Handle the case where the element is empty, previo...
2005-10-21 malaterreBUG: 1-n VM was not handle properly
2005-10-21 malaterreCOMP: Fix comp, and use IsValueCountValid in an assert...
2005-10-21 malaterreENH: Adding IsValueCountValid. Should save a lot of...
2005-10-20 jprFix 'delimitors' Print()
2005-10-18 malaterreCOMP: Fix other people warnings
2005-10-18 jprAvoid warnings : NULL is a 'pointer';
2005-10-18 regrain * Minor coding-style clean up