Mercurial > hg > orthanc
changeset 4645:1f90fe0fa13f
todo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 28 Apr 2021 16:40:36 +0200 |
parents | fa6482040c5c |
children | 4beebbb3636e |
files | TODO |
diffstat | 1 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Wed Apr 28 13:40:35 2021 +0200 +++ b/TODO Wed Apr 28 16:40:36 2021 +0200 @@ -21,7 +21,13 @@ Documentation (Orthanc Book) ============================ -* Log rotation +* Explain how log rotation can be achieved (no built-in support in Orthanc) +* Explain how to interface with Mirth/NextGen Connect + https://en.wikipedia.org/wiki/NextGen_Connect +* How to reproduce issues by replacing Orthanc with storescp or wlmscpfs +* How to capture TCP traffic of DICOM protocol using tcpdump and Wireshark +* Add more configurations of viewers (Weasis, Slicer...): + https://book.orthanc-server.com/integrations.html ======== @@ -129,13 +135,15 @@ * Implement PluginsJob::GetOutput() to allow user-defined jobs to provide output: https://groups.google.com/g/orthanc-users/c/GZ7u0bTTVoo/m/Z7iTNTi2BgAJ * Add plugins for normalized operations (notably so as to support - Print SCU/SCP): + Print SCU/SCP, cf. "dcmprscp"): https://web.archive.org/web/20170923150432/https://www.medicalconnections.co.uk/kb/DICOM_Print_Service * Provide access to the Orthanc::DicomUserConnection class in plugins: https://groups.google.com/d/msg/orthanc-users/ycDA1xPuTRY/nsT2_GOtEgAJ * Provide a C++ callback similar to "ReceivedInstanceFilter()" in Lua https://book.orthanc-server.com/users/lua.html#filtering-incoming-dicom-instances https://groups.google.com/d/msg/orthanc-users/BtvLTE5Ni8A/vIMhmMgfBAAJ +* In "OrthancPluginLog[Error|Warning|Info]()", prefix the log line with + the name of the plugin, as retrieved by "OrthancPluginGetName()" ---------------- Ideas of plugins