Mercurial > hg > orthanc-python
comparison TODO @ 144:93c6f12bf339
improved support for /reset but still not ok
author | Alain Mazy <am@osimis.io> |
---|---|
date | Wed, 08 Nov 2023 08:55:12 +0100 |
parents | d82eef8c98fc |
children | 1ce48763e75b |
comparison
equal
deleted
inserted
replaced
143:d63c58d650ff | 144:93c6f12bf339 |
---|---|
1 Bug: | |
2 === | |
3 | |
4 * The plugin does not support calls to 'curl http://localhost:8042/tools/reset -d ""' | |
5 if the script registers the OnChangeCallback. Ex: | |
6 | |
7 import orthanc | |
8 | |
9 def OnChange(changeType, level, resource): | |
10 print("OnChange") | |
11 orthanc.RegisterOnChangeCallback(OnChange) | |
12 | |
13 | |
1 | 14 |
2 Primitives the Orthanc community is missing | 15 Primitives the Orthanc community is missing |
3 =========================================== | 16 =========================================== |
4 | 17 |
5 * "OrthancPluginRegisterFindCallback()": | 18 * "OrthancPluginRegisterFindCallback()": |