X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=3bf409f0f52a4aed3cecd75f0bf536b575e96c59;hb=f5a3357d5243ea55d994eda5ff406edbdbe5077c;hp=449a85a2729bc4c28448e353e3d168dd59215b4d;hpb=5f17b94e1ddf2bfa0de416b72cf215b288523d65;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 449a85a2..3bf409f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2005-01-20 Benoit Regrain + * 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 + * 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 + * src/gdcmDicomDir.cxx : simplify the NewPatient method, like made in + gdcm::DicomDirPatient, gdcm::DicomDirStudy, gdcm::DicomDirSerie + +2005-01-20 Benoit Regrain + * src/gdcmSQItem[h|cxx] : rename some methods to have coherent names + +2005-01-20 Benoit Regrain + * src/gdcmDicomDir*.[h|cxx] : rename methods to be logik in their name. + Remove all access to the hash-tables or lists in the objects. + +2005-01-20 Benoit Regrain + * src/gdcmDebug.h : remove the Debug test in the gdcmErrorMacro + * src/gdcmDocument.[h|cxx] : rename the Initialise method to Initialize, to + be complient with all the gdcm source code + +2005-01-19 Benoit Regrain + * src/gdcmDocEntry.h : DocEntry is now secure. User can't change the + DictEntry or the VR. + 2005-01-19 Benoit Regrain * gdcmPython/ : change GDCM_DATA_PATH to GDCM_DATA_ROOT to be complient with all in gdcm