# HG changeset patch # User Alain Mazy # Date 1729151332 -7200 # Node ID fbd064a812eb2831fc6112de41a6a105f13634ee # Parent 16df49ed798134c5400586fd8abf2428312a0b32 synchronous lua commands diff -r 16df49ed7981 -r fbd064a812eb Sphinx/source/users/lua.rst --- a/Sphinx/source/users/lua.rst Fri Oct 04 17:14:24 2024 +0200 +++ b/Sphinx/source/users/lua.rst Thu Oct 17 09:48:52 2024 +0200 @@ -229,9 +229,9 @@ * ``ModifyInstance(instanceId, replacements, removals, removePrivateTags)`` modifies an instance. -* ``SendToModality(instanceId, modality)`` performs a C-Store to the +* ``SendToModality(instanceId, modality)`` performs a synchronous C-Store to the target modality. -* ``SendToPeer(instanceId, peer)`` sends the instance to a remote Orthanc peer. +* ``SendToPeer(instanceId, peer)`` sends the instance to a remote Orthanc peer synchronously. * ``Delete(instanceId)`` deletes the instance. :ref:`See this section ` for examples. As can be