Mercurial > hg > orthanc-book
changeset 1111:fbd064a812eb
synchronous lua commands
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 17 Oct 2024 09:48:52 +0200 |
parents | 16df49ed7981 |
children | ad26102adccc |
files | Sphinx/source/users/lua.rst |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <lua-auto-routing>` for examples. As can be