]> Creatis software - gdcm.git/blobdiff - ChangeLog
ENH: Add new test using dciodvfy from the dicom3tools package (David Clunie)
[gdcm.git] / ChangeLog
index 7f28371734c1eb9a32840a9318c974ae8e6bfd11..3bf409f0f52a4aed3cecd75f0bf536b575e96c59 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-01-20 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
+   * gdcmDicomDirElement.[h|cxx] : change the AddEntry method. Now, it gets a
+     type and not a string. So, there remove problems on the format of the
+     string.
+
+2005-01-20 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
+   * src/gdcmDicomDirObject.h : set the FillObject method in protected.
+     Thus, DicomDirXXX are created with a flad that indicates if the created
+     object is empty or not (when not empty, the DicomDirElement is used to
+     fill the object)
+
 2005-01-20 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
    * src/gdcmDicomDir.cxx : simplify the NewPatient method, like made in
      gdcm::DicomDirPatient, gdcm::DicomDirStudy, gdcm::DicomDirSerie