# HG changeset patch # User Sebastien Jodogne # Date 1611676794 -3600 # Node ID 2f000ee9b20da20f6b8e653df76ae4f6be61885e # Parent 445e2841e763da2cfe85183f07c121b99daf9bee removal of Lua callbacks for transfer syntaxes diff -r 445e2841e763 -r 2f000ee9b20d Sphinx/source/users/lua.rst --- a/Sphinx/source/users/lua.rst Mon Jan 25 18:07:58 2021 +0100 +++ b/Sphinx/source/users/lua.rst Tue Jan 26 16:59:54 2021 +0100 @@ -15,6 +15,9 @@ Many other examples are `available in the source distribution `__. +A more expressive alternative to Lua scripts is provided by +:ref:`Python plugins `. + Installing a Lua script ----------------------- @@ -134,12 +137,14 @@ * ``function OnUpdatedInstance(instanceId)``: Invoked when some metadata or some attachment associated with the given instance has been updated (new in Orthanc 1.6.0). - -Furthermore, whenever a DICOM association is negotiated for C-Store -SCP, several callbacks are successively invoked to specify which -**transfer syntaxes** are accepted for the association. These -callbacks are listed in `this sample script -`__. + +Furthermore, in versions of Orthanc <= 1.8.2, whenever a DICOM +association is negotiated for C-Store SCP, several callbacks are +successively invoked to specify which **transfer syntaxes** are +accepted for the association. These callbacks are listed in `this +sample script +`__. +These callbacks were removed in Orthanc 1.9.0. *Note:* All of these callbacks are guaranteed to be **invoked in mutual exclusion**. This implies that Lua scripting in Orthanc does