]> Creatis software - gdcm.git/history - src/gdcmFile.cxx
* Correctly use the VRKey for all vr variables... instead of TagName
[gdcm.git] / src / gdcmFile.cxx
2005-10-18 regrain * Correctly use the VRKey for all vr variables....
2005-10-18 regrain * Minor coding-style clean up
2005-10-17 jprFix bug in computing XSpacing.
2005-10-10 malaterreBUG: When reading 32bits data on BigEndian system you...
2005-10-06 malaterreBUG: Have to remove assert since 00191113.dcm is off...
2005-10-06 malaterreENH: ReadAndSkip became ReadAndNotSkip, the basic offse...
2005-09-21 malaterreSTYLE: Minor typo
2005-09-21 jprComments
2005-09-20 jprTo avoid warnings around 'catch'
2005-09-07 jprMeta Elements group length (follows previous commit)
2005-09-06 jprComments
2005-09-05 jprAddsome comments about Patient Position :
2005-08-29 jprAdd
2005-07-30 jprComments
2005-07-24 malaterreENH: Moving Orientation stuff into its own class. gdcm...
2005-07-24 malaterreCOMP: Try to get read of the float issues
2005-07-24 malaterreCOMP: OK pow and powf are just to much pain for a simpl...
2005-07-23 malaterreCOMP: Remove warning about unused var /type/
2005-07-23 malaterreCOMP: Remove deprecated call from cascade deprecated...
2005-07-23 malaterreBUG: Fix ProductVectorial. Big thanks to Sean McInerney...
2005-07-23 malaterreCOMP: Apparently bcc5.5 and bcc6 do not provide powf...
2005-07-22 malaterreCOMP: Fix compilation
2005-07-21 jpr==> Add File::TypeOrientation( ) method
2005-07-20 jprUse GDCM_LEGACY for DicomDir, as well
2005-07-20 jprWe can now anonymize 'BinEntries' as well
2005-07-19 jprAdd some comments on the 'Patient Position'
2005-07-19 malaterreENH: gdcm now almost compile with GDCM_LEGACY_REMOVE on
2005-07-19 malaterreENH: Adding a deprecation mechanism to gdcm via two...
2005-07-07 jprOn the way to gdcm2 ...
2005-07-07 jprDue to something stupid in the gdcm::File constructor...
2005-07-06 jprNow gdcmFile::Load() returns false if file is not gdcm...
2005-07-02 malaterreENH: Applying some more patch from Luca Picello to...
2005-06-30 jprEnhance gdcm::File::IsReable() heuristics to be able...
2005-06-24 jprPixel Spacing related problems : update comments.
2005-06-22 jprCoding Style
2005-06-10 jprBug fix in Load method.
2005-06-03 jprTypo.
2005-06-02 jprHarden gdcm::File::IsReadable(), in order not to be...
2005-05-29 malaterreENH: Ok JPEG2000 is working...cannot believe that IsJPE...
2005-05-17 jprENH : According to David Clunie's advice, we check...
2005-05-11 malaterreENH: Should now support image with space in the origin
2005-05-11 malaterreENH: Some minor enhance:
2005-04-27 jprRemoval of now useless lut-related stuff
2005-04-27 jprPb of 'Bits Allocated = 12' is now dealt with in
2005-04-19 jprShould suppress some warnings from Borland compiler
2005-04-14 jprNow, user can ask gdcm::DicomDir to skip SeqEntries...
2005-03-22 jprTypo
2005-03-11 jprFinal removal of gdcmFileHelper::InitializeDefaultFile();
2005-03-09 jprTypo, comments
2005-03-02 jprFix gdcm::FileHelper::CheckMandatoryElements() to take...
2005-02-21 jprTypo
2005-02-17 jprTo avoid further pb, Initialize defaults now Photochrom...
2005-02-17 jprGroup 0002 management
2005-02-15 jprTaking into account the difference between MONOCHROME1...
2005-02-10 malaterreBUG: In c++ you are never garantee your var is initiali...
2005-02-10 regrain * Testing/TestWriteSimple.cxx, TestSequence.cxx...
2005-02-10 jprAnonymizeNoLoad improvement
2005-02-10 jprcommit
2005-02-10 jprDuplicate Matthieu's hack to prevent bombing in Anonymize
2005-02-09 malaterreBUG: Remove seg fault from the nightly test.
2005-02-07 malaterreBUG: Remove my previous hack now this is properly fixed...
2005-02-07 regrain * Testing/TestSequence.cxx : add test for sequences...
2005-02-07 jprfix misstyping (while removing spurious tab characters :-(
2005-02-07 regrain * gdcmPython/gdcm.i : bug fix. Now string are correc...
2005-02-06 jpr* Add method File::AnonymizeNoLoad, to allow anomymizin...
2005-02-05 malaterreBUG: Apparently on Borland uses unsigned char to store...
2005-02-05 malaterreSTYLE: Please stop using cout, you have a much more...
2005-02-04 regrain * src/gdcmFile.cxx : remove the default array of...
2005-02-02 regrain * Test of an older code
2005-02-02 regrain * Reorder source code
2005-02-02 jprNormalization
2005-02-01 regrain * src/*.cxx : first parss to normalize file organisation
2005-01-28 regrain * Remove friend classes between DocEntry and File
2005-01-28 regrain * src/gdcmFile.cxx, gdcmDocument.cxx : fix the bug...
2005-01-28 regrain * src/gdcmUtil.cxx : compilation fix on Win32
2005-01-26 regrain * move RLEInfo & JPEGInfo from Document to File
2005-01-26 jprTypo
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-23 jprSome normalizations :
2005-01-21 jprStage 2 of names normalization
2005-01-20 jprFirst stage :
2005-01-20 jprFirst stage of name normalisation : gdcm::File replace...
2005-01-16 malaterreBUG: Remove the Print indent mess. Please only one...
2005-01-13 malaterreENH: Adding the Debug redirection to a file stream...
2005-01-12 jprEnhence some comments
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-11 malaterreSTYLE: minor clean up
2005-01-08 jprAccording to Benoit's suggestion, and without any objec...
2005-01-07 malaterreENH: First pass at removing name of function from hardc...
2005-01-07 malaterreENH: update gdcmDebug after Benoit comments
2005-01-07 malaterreENH: Change the gdcmDebug approach. Remov the global...
2005-01-06 jprCoding Style + Doxygenation
2005-01-06 jprDoxygenation
2005-01-06 jprDoxygenation
2005-01-06 jprremoval of method WriteBase
2004-12-16 regrain * src/gdcmBase.[h|cxx] : new base class. Contains...
2004-12-16 regrain * src/gdcmFile.[h|cxx] : add the Print method
next