comparison 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
comparison
equal deleted inserted replaced
2206:27106f7e3759 2207:6dc3bdb4088b
112 Code refactoring 112 Code refactoring
113 ================ 113 ================
114 114
115 * Use Semaphore::Locker everywhere (instead of explicit 115 * Use Semaphore::Locker everywhere (instead of explicit
116 Release() and Acquire()) 116 Release() and Acquire())
117 * Avoid direct calls to FromDcmtkBridge, go through ParsedDicomFile 117 * Avoid direct calls to FromDcmtkBridge (make most of its
118 wherever possible 118 methods private), go through ParsedDicomFile wherever possible
119 119
120 120
121 ================= 121 =================
122 Platform-specific 122 Platform-specific
123 ================= 123 =================