Mercurial > hg > orthanc
comparison TODO @ 4645:1f90fe0fa13f
todo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 28 Apr 2021 16:40:36 +0200 |
parents | fa6482040c5c |
children | 56315be75a92 |
comparison
equal
deleted
inserted
replaced
4644:fa6482040c5c | 4645:1f90fe0fa13f |
---|---|
19 | 19 |
20 ============================ | 20 ============================ |
21 Documentation (Orthanc Book) | 21 Documentation (Orthanc Book) |
22 ============================ | 22 ============================ |
23 | 23 |
24 * Log rotation | 24 * Explain how log rotation can be achieved (no built-in support in Orthanc) |
25 * Explain how to interface with Mirth/NextGen Connect | |
26 https://en.wikipedia.org/wiki/NextGen_Connect | |
27 * How to reproduce issues by replacing Orthanc with storescp or wlmscpfs | |
28 * How to capture TCP traffic of DICOM protocol using tcpdump and Wireshark | |
29 * Add more configurations of viewers (Weasis, Slicer...): | |
30 https://book.orthanc-server.com/integrations.html | |
25 | 31 |
26 | 32 |
27 ======== | 33 ======== |
28 REST API | 34 REST API |
29 ======== | 35 ======== |
127 --- | 133 --- |
128 | 134 |
129 * Implement PluginsJob::GetOutput() to allow user-defined jobs to provide output: | 135 * Implement PluginsJob::GetOutput() to allow user-defined jobs to provide output: |
130 https://groups.google.com/g/orthanc-users/c/GZ7u0bTTVoo/m/Z7iTNTi2BgAJ | 136 https://groups.google.com/g/orthanc-users/c/GZ7u0bTTVoo/m/Z7iTNTi2BgAJ |
131 * Add plugins for normalized operations (notably so as to support | 137 * Add plugins for normalized operations (notably so as to support |
132 Print SCU/SCP): | 138 Print SCU/SCP, cf. "dcmprscp"): |
133 https://web.archive.org/web/20170923150432/https://www.medicalconnections.co.uk/kb/DICOM_Print_Service | 139 https://web.archive.org/web/20170923150432/https://www.medicalconnections.co.uk/kb/DICOM_Print_Service |
134 * Provide access to the Orthanc::DicomUserConnection class in plugins: | 140 * Provide access to the Orthanc::DicomUserConnection class in plugins: |
135 https://groups.google.com/d/msg/orthanc-users/ycDA1xPuTRY/nsT2_GOtEgAJ | 141 https://groups.google.com/d/msg/orthanc-users/ycDA1xPuTRY/nsT2_GOtEgAJ |
136 * Provide a C++ callback similar to "ReceivedInstanceFilter()" in Lua | 142 * Provide a C++ callback similar to "ReceivedInstanceFilter()" in Lua |
137 https://book.orthanc-server.com/users/lua.html#filtering-incoming-dicom-instances | 143 https://book.orthanc-server.com/users/lua.html#filtering-incoming-dicom-instances |
138 https://groups.google.com/d/msg/orthanc-users/BtvLTE5Ni8A/vIMhmMgfBAAJ | 144 https://groups.google.com/d/msg/orthanc-users/BtvLTE5Ni8A/vIMhmMgfBAAJ |
145 * In "OrthancPluginLog[Error|Warning|Info]()", prefix the log line with | |
146 the name of the plugin, as retrieved by "OrthancPluginGetName()" | |
139 | 147 |
140 ---------------- | 148 ---------------- |
141 Ideas of plugins | 149 Ideas of plugins |
142 ---------------- | 150 ---------------- |
143 | 151 |