]> Creatis software - gdcm.git/history - src/gdcmDocument.h
use GDCM_NAME_SPACE:: instead of gdcm::, even in Examples ...
[gdcm.git] / src / gdcmDocument.h
2008-09-15 jpruse GDCM_NAME_SPACE:: instead of gdcm::, even in Exampl...
2008-02-13 jprremove spurious trailing spaces
2008-01-07 jprThe bad hack I made to bypass illegal images where...
2008-01-04 jprAdd BackTrackSQtoOB() method, to be able to parse illeg...
2008-01-02 jprIllegal 'undefined length UN DataElement' :
2007-12-03 jprremove spurious white spaces
2007-10-08 malaterreCOMP: Fix a bunch of warnings. Try to get template...
2007-09-17 jprDoxygen (1.5.2) doen't want \\ref option.
2007-08-22 jprTry to make gdcm1.2 and gdcm1.3 usable int the same...
2007-06-18 jprFix a bug ... when reading a bugged DICOMDIR.
2007-06-15 jprWithin some Dicom images, all the elements of shadow...
2007-05-23 jprIn order to allow to use current version (1.3) of gdcm...
2006-07-10 jprUse a small (8 bytes) buffer to mininize time consuming...
2006-05-30 jprComment out some deprecated function (instead of GDCM_L...
2006-02-16 malaterreENH: Try to sync gdcm CVS and gdcm 1.2. ~2000 lines...
2006-02-09 jprremove some now useless stuff
2006-02-07 jprRemove some useless seekg, tellg.
2005-11-29 jprTo prepare use of progression bar in all types of Document
2005-11-21 jprcomment out deprecated method Load(filename), everywhere.
2005-11-21 jprmisstyping
2005-11-21 jprI'll try to understand later why LECAGY causes troubles...
2005-11-21 jprUncomment LEGACY.
2005-11-21 jprDoxygenation
2005-11-15 jprAdd IsParsable() method, to avoid confusion with IsRead...
2005-11-14 jprMove as private some methods, in order not to confuse...
2005-11-05 jprAdding private variables CurrentGroup and CurrentElem...
2005-10-26 jprOops.
2005-10-25 regrain * Some classes inherit now from gdcm::RefCounter
2005-10-19 regrain * Fix compilation errors for the Python part
2005-10-18 regrain * Correctly use the VRKey for all vr variables....
2005-10-18 regrain * Remove useless constructor of gdcm::Document
2005-10-18 regrain * Minor coding-style clean up
2005-09-07 jprMeta Elements group length (follows previous commit)
2005-08-30 regrain * Rename the NO_SEQ, NO_SHADOW, NO_SHADOWSEQ to
2005-08-29 jprAdd
2005-08-24 jprRemoval of QD patch for Private Sequence + Immplicit VR.
2005-07-30 jprComments
2005-07-17 jprComments
2005-07-11 jprDoxygenation
2005-07-08 jprNew features for DicomDir
2005-07-07 jprOn the way to gdcm2 ...
2005-06-29 jprAdd the NO_SHADOWSEQ load mode
2005-06-03 jprDoxygenation
2005-06-02 jprAdd warning about Load Mode
2005-05-03 jprLoad returns now a bool (allow user not to call IsReada...
2005-04-26 jprShould leave gdcm::Document constructor in a much quicker
2005-04-14 jprNow, user can ask gdcm::DicomDir to skip SeqEntries...
2005-03-22 jpr*** empty log message ***
2005-02-11 jprComments
2005-02-06 jpr* Add method File::AnonymizeNoLoad, to allow anomymizin...
2005-02-02 regrain * Reorder source code
2005-01-31 jprCosmetics
2005-01-26 regrain * move RLEInfo & JPEGInfo from Document to File
2005-01-25 regrain * src/ : rename some methods on Entry (SetXxx, Inser...
2005-01-24 jprmethods ReplaceOrCreate renamed as Insert
2005-01-24 jprStage 3 of normalization :
2005-01-24 regrain * src/gdcmDicomDirElement.h, gdcmDict.h : rename...
2005-01-23 jprSome normalizations :
2005-01-21 jprStage 2 of names normalization :
2005-01-20 jprFirst stage of name normalisation : gdcm::File replace...
2005-01-20 jprThe following methods
2005-01-20 regrain * src/gdcmDebug.h : remove the Debug test in the...
2005-01-19 jprFix typo
2005-01-18 jprAdd missing Document::GetSeqEntry() method
2005-01-18 jprTaking into account of 'Transfer Syntax' value
2005-01-18 jpr2005-01-18 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-17 jprDocument::CheckIfEntryExist is now public
2005-01-14 regrain * src/gdcmDocument.[h|cxx] : comment all methods...
2005-01-13 jpr 2005-01-13 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-12 jpr2005-01-12 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-12 jprTry to explain better what SwapCode means
2005-01-11 malaterreENH: Since HandleOutOfGroup0002 need access to the...
2005-01-11 malaterreBUG: Fix bug for Philips NTSCAN, this was fixed everyw...
2005-01-11 malaterreSTYLE: minor clean up
2005-01-11 malaterreENH: Untangle the transfer syntax from the Document...
2005-01-11 jpr2005-01-11 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-08 jprAccording to Benoit's suggestion, and without any objec...
2005-01-07 regrain * src/gdcmDocEntry.[h|cxx] : now the ReadLength...
2005-01-07 jprRemoval of useless and dangerous methods :
2005-01-06 jprCoding Style + Doxygenation
2005-01-06 regrain * src/gdcmDocument.[h|cxx] : remove all copy of...
2005-01-06 regrain * src/gdcmDocEntrySet.[h|cxx], gdcmDocument.[h|cxx...
2005-01-06 regrain * src/gdcmDictEntry.h : now, the IsVRUnknown is...
2005-01-05 jprENH : now parsing creates a Vitual DictEntry for Pixel...
2005-01-05 regrain * src/gdcmCommon.h : add the GDCM_UNKNOWN constant...
2004-12-16 regrain * src/gdcmFile.[h|cxx] : add the Print method
2004-12-07 regrain * Test/TestUtil.cxx : reformat the source code
2004-12-03 malaterreENH: * Huge cleanup:
2004-11-26 regrain * Remove some useless methods in gdcm::Document...
2004-11-25 regrain fix compilation warnings for the gdcm::Document...
2004-11-25 regrain * src/ : fix compilation warnings for the Write...
2004-11-25 regrain * src/gdcmDocument.[h|cxx] : set the Transfert Synta...
2004-11-24 regrain * Amelioration of code, remove some code copy. For...
2004-11-17 malaterreENH: Adding support for GE Private Transfer Syntax...
2004-11-16 frog * FIX: src/* fix the doxygen warnings.
2004-11-16 malaterreENH: Slightly bigger patch:
2004-11-15 regrain * src/gdcmDocument.[cxx|h] : fix memory leaks. The...
2004-11-12 malaterreBUG: Apply patch proposed by Peter Cech (ITK user)...
2004-10-28 malaterreENH: Minor cleanup, mostly cosmetic
2004-10-24 malaterreENH: minor cleanup patch, use TagName instead of std...
next