diff TODO @ 2207:6dc3bdb4088b

Fix handling of encodings in C-FIND for worklists
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Dec 2016 11:24:04 +0100
parents 9b373b7d6713
children 90ea60bee5ff
line wrap: on
line diff
--- a/TODO	Thu Dec 08 16:29:34 2016 +0100
+++ b/TODO	Fri Dec 09 11:24:04 2016 +0100
@@ -114,8 +114,8 @@
 
 * Use Semaphore::Locker everywhere (instead of explicit
   Release() and Acquire())
-* Avoid direct calls to FromDcmtkBridge, go through ParsedDicomFile
-  wherever possible
+* Avoid direct calls to FromDcmtkBridge (make most of its 
+  methods private), go through ParsedDicomFile wherever possible
 
 
 =================