+2004-03-30 Jean-Pierre Roux
+ * FIX gdcmParser::ReplaceOrCreateByNumber shouldn't seg fault any more
+ for ACR file, written out as DICOM files (hope so...)
+
2004-03-30 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
* src/gdcmParser.[cxx|h] and gdcmHeader.[cxx.h]: gdcmHeader::Write split
in WriteEntryTagVRLength and WriteEntryValue. Those methods were
in gdcmHeader.
* src/gdcmParser.[cxx|h]: ReplaceOrCreateByNumber(char*, guint16, guint16)
trashed out (because ReplaceOrCreateByNumber(string, guint16, guint16)
- allready does the job.
+ already does the job.
* src/gdcmDicomDir.[cxx|h]: WriteDicomDirEntries renamed to WriteEntries
(to be consistent with gdcmParser::WriteEntries).