X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=TODO;h=4c87da5e43ce868fa7edd0c63be6b527f55ff978;hb=0055d8cfce3c665a26e1591133b3a6836a512e7e;hp=57bbfd8f8cba7d84343dc45243c66edfb0115848;hpb=c18fef9c7298d3860d31bdcb845f49d3b0b33f5d;p=gdcm.git diff --git a/TODO b/TODO index 57bbfd8f..4c87da5e 100644 --- a/TODO +++ b/TODO @@ -10,6 +10,23 @@ Details: Comments: ------------- +----------------------------------------------------------------------------- +Description: Problem with PrintFile and OB field +Date: 2005 Dec 30 +Attributed: Mathieu +Details: + Doing a PrintFile on RickAvila DataSet we get: +D 0043|1028 lg : x(2) 2 Off.: x(bb2) 2994 [OB] [Unique image iden] [00] +Whereas hexedit shows 3030 ?? +----------------------------------------------------------------------------- +Description: Make sure that that gdcm lib can be dlopen'ed/dlclose +Date: 2005 Sep 14 +Attributed: Mathieu +Details: + As reported in ITK mailing list, the global symbols are completely + skrewed up in gdcm, preventing one to dlopen/dlclose gdcm lib. + -> Need to add a nighlty test + -> Need to write the code :( ----------------------------------------------------------------------------- Description: Add testing of valid dictionary Date: 2005 Aug 31 @@ -18,7 +35,9 @@ Details: Since that now private/shadow dictionary are available it would be nice to start implementing an automatic mode of loading those dictionary as we read the public one. -Comments: +Comments: It shouldn't be too difficult to 'manualy' ask memory merging + of a Private Dict into the public one (I can do it soon). + Automatic recognition of the Private Dict to be used seems hopeless. ----------------------------------------------------------------------------- Description: gdcm::SerieHelper / UID / set of rules Date: 2005 Aug 30