comparison TODO @ 146:1ce48763e75b

todo
author Alain Mazy <am@osimis.io>
date Tue, 14 Nov 2023 15:19:15 +0100
parents 93c6f12bf339
children 41cd08e0e878
comparison
equal deleted inserted replaced
145:8b310d571e5b 146:1ce48763e75b
7 import orthanc 7 import orthanc
8 8
9 def OnChange(changeType, level, resource): 9 def OnChange(changeType, level, resource):
10 print("OnChange") 10 print("OnChange")
11 orthanc.RegisterOnChangeCallback(OnChange) 11 orthanc.RegisterOnChangeCallback(OnChange)
12
13
14 Possible improvements:
15 =====================
16
17 * In ReceivedInstanceFilter: change the orthanc.InstanceOrigin enum for an
18 object similar to the origin table in lua for the Python Plugin?
19 https://discourse.orthanc-server.org/t/python-plugin-get-origin-information-calledaet-remoteip/4045
12 20
13 21
14 22
15 Primitives the Orthanc community is missing 23 Primitives the Orthanc community is missing
16 =========================================== 24 ===========================================