comparison TODO @ 2202:9b373b7d6713

Fix handling of encodings in C-FIND requests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Dec 2016 12:45:06 +0100
parents feabd88c88e4
children 6dc3bdb4088b
comparison
equal deleted inserted replaced
2201:307365d0991a 2202:9b373b7d6713
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
118 wherever possible
117 119
118 120
119 ================= 121 =================
120 Platform-specific 122 Platform-specific
121 ================= 123 =================