comparison TODO @ 4912:45d6ce72a84e

fix linking of Sanitizer sample plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Feb 2022 17:46:28 +0100
parents 6eff25f70121
children feeb73a7456a
comparison
equal deleted inserted replaced
4911:0acc49da84ab 4912:45d6ce72a84e
135 135
136 * ServerContext::DicomCacheLocker => give access to the raw buffer, 136 * ServerContext::DicomCacheLocker => give access to the raw buffer,
137 useful in ServerContext::DecodeDicomInstance() 137 useful in ServerContext::DecodeDicomInstance()
138 * DicomMap: create a cache to the main DICOM tags index 138 * DicomMap: create a cache to the main DICOM tags index
139 * Check out rapidjson: https://github.com/miloyip/nativejson-benchmark 139 * Check out rapidjson: https://github.com/miloyip/nativejson-benchmark
140 * optimize tools/find with ModalitiesInStudies: 140 * Optimize tools/find with ModalitiesInStudies:
141 https://groups.google.com/g/orthanc-users/c/aN8nqcRd3jw/m/pmc9ylVeAwAJ. 141 https://groups.google.com/g/orthanc-users/c/aN8nqcRd3jw/m/pmc9ylVeAwAJ.
142 One solution could be: filter first without ModalitiesInStudies and then 142 One solution could be: Filter first without ModalitiesInStudies and then
143 cycle through the responses to filter out with ModalitiesInStudies 143 cycle through the responses to filter out with ModalitiesInStudies
144 144
145 ======== 145 ========
146 Database 146 Database
147 ======== 147 ========
167 * Provide a C++ callback similar to "ReceivedInstanceFilter()" in Lua 167 * Provide a C++ callback similar to "ReceivedInstanceFilter()" in Lua
168 https://book.orthanc-server.com/users/lua.html#filtering-incoming-dicom-instances 168 https://book.orthanc-server.com/users/lua.html#filtering-incoming-dicom-instances
169 https://groups.google.com/d/msg/orthanc-users/BtvLTE5Ni8A/vIMhmMgfBAAJ 169 https://groups.google.com/d/msg/orthanc-users/BtvLTE5Ni8A/vIMhmMgfBAAJ
170 * In "OrthancPluginLog[Error|Warning|Info]()", prefix the log line with 170 * In "OrthancPluginLog[Error|Warning|Info]()", prefix the log line with
171 the name of the plugin, as retrieved by "OrthancPluginGetName()" 171 the name of the plugin, as retrieved by "OrthancPluginGetName()"
172 * update the SDK to handle buffer sizes > 4GB (all sizes are currently coded in uint32_t) 172 * Update the SDK to handle buffer sizes > 4GB (all sizes are currently coded in uint32_t)
173 173
174 ---------------- 174 ----------------
175 Ideas of plugins 175 Ideas of plugins
176 ---------------- 176 ----------------
177 177