comparison TODO @ 5107:43461cc99838

TODO cont
author Alain Mazy <am@osimis.io>
date Mon, 21 Nov 2022 09:07:12 +0100
parents 75fd2d35f053
children c387ebeb67b5
comparison
equal deleted inserted replaced
5106:75fd2d35f053 5107:43461cc99838
221 https://groups.google.com/d/msg/orthanc-users/BtvLTE5Ni8A/vIMhmMgfBAAJ 221 https://groups.google.com/d/msg/orthanc-users/BtvLTE5Ni8A/vIMhmMgfBAAJ
222 * In "OrthancPluginLog[Error|Warning|Info]()", prefix the log line with 222 * In "OrthancPluginLog[Error|Warning|Info]()", prefix the log line with
223 the name of the plugin, as retrieved by "OrthancPluginGetName()" 223 the name of the plugin, as retrieved by "OrthancPluginGetName()"
224 * Update the SDK to handle buffer sizes > 4GB (all sizes are currently coded in uint32_t) 224 * Update the SDK to handle buffer sizes > 4GB (all sizes are currently coded in uint32_t)
225 * Add a C-Get SCP handler: OrthancPluginRegisterGetCallback 225 * Add a C-Get SCP handler: OrthancPluginRegisterGetCallback
226 https://groups.google.com/g/orthanc-users/c/NRhPkYX9IXQ/m/mWS11g0jBwAJ
226 227
227 ---------------- 228 ----------------
228 Ideas of plugins 229 Ideas of plugins
229 ---------------- 230 ----------------
230 231