view TODO @ 145:8b310d571e5b

sync orthanc folder
author Alain Mazy <am@osimis.io>
date Mon, 13 Nov 2023 21:12:54 +0100
parents 93c6f12bf339
children 1ce48763e75b
line wrap: on
line source

Bug:
===

* The plugin does not support calls to 'curl http://localhost:8042/tools/reset -d ""' 
  if the script registers the OnChangeCallback. Ex:

    import orthanc

    def OnChange(changeType, level, resource):
      print("OnChange")
    orthanc.RegisterOnChangeCallback(OnChange)



Primitives the Orthanc community is missing
===========================================

* "OrthancPluginRegisterFindCallback()":
  https://groups.google.com/d/msg/orthanc-users/eOku4cDu308/k9P6Qa5vBgAJ

* "OrthancPluginRegisterWorklistCallback()":
  https://groups.google.com/d/msg/orthanc-users/4gvRJQzwh1U/fwFfXGMtAwAJ

* Create Python jobs:
  https://groups.google.com/g/orthanc-users/c/8-OYbc3mnyI/m/Mr9QvLKeAgAJ