+2005-01-27 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
+ * Add construct and destructor to class gdcm::Debug to close the debug file
+ automatically
+ * Don't let uset to open twice the same file
+ * gdcm has now an official UID prefix,
+ supplied by http://www.medicalconnections.co.uk
+ 1.2.826.0.1.3680043.2.1143
+ (Thx to Mathieu for providing URL)
+ * Add a forty-entries private Dicom Dictionary (Philips MR Intera)
+ to be able to perform some more tests
+ * gdcm::ContentEntry : Contructors and Destructor are now protected,
+ in order to be sure no user will try to use them.
+ (at user level, only the children classes are meaningfull)
+
2005-01-26 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
* move RLEInfo & JPEGInfo from Document to File
* src/gdcmContentEntry.[h|cxx], gdcmValEntry.cxx : amelioration of code
2005-01-25 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
- In ordrer to avoid missbehaviour :
+ In order to avoid missbehaviour :
. gdcm::DocEntry is now specialized in
- gdcm::SeqEntry (Dicom Sequence) as opposed to :
- gdcm::ContentEntry (Dicom entry with a 'content')
2005-01-25 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
* methods ReplaceOrCreate renamed as Insert
(nobody will be any longer confused by 'CreateOrReplace')
-
+
2005-01-24 Mathieu Malaterre <Mathieu.Malaterre@creatis.insa-lyon.fr>
* Grealty simplify the JPEg decompression, no need to differenciate based on
the JPEG possible type (with/without fragment, with/without multiple frame).
2005-01-24 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
- Add empty nutshell for JPEG-LS (JPG-LS in NOT jpeg 'lossless')
- Position correctly the entry points for JPEG2000 and JPEG-LS
- (Now Fragments info is get from the file, even for JPEG2000 and JPEG-LS)
+ (Now Fragments info is get from the file, even for JPEG2000 and JPEG-LS)
2005-01-22 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
* src/gdcmDicomDirElement.h, gdcmDict.h : rename AddNewXxx methods to AddXxx.
2005-01-18 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
* Taking into account of 'Transfer Syntax' value
(for 'true' Dicom V3 files, the 'ACR-NEMA' heuristics sometimes gives
- unaccurate result)
+ unaccurate result)
2005-01-17 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
* src/gdcmUtil.cxx : bug fix to find the Windows MAC address. Now, there