comparison Sphinx/source/users/storage-commitment.rst @ 358:011b01ccf52d

fixing external hyperlinks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 18:47:35 +0200
parents 48673b8abae3
children 9acb9354da1a
comparison
equal deleted inserted replaced
357:6b432ce3a56e 358:011b01ccf52d
181 processed by Orthanc. This customization is done :ref:`by creating an 181 processed by Orthanc. This customization is done :ref:`by creating an
182 Orthanc plugin <creating-plugins>`. 182 Orthanc plugin <creating-plugins>`.
183 183
184 The custom storage commitment SCP is installed in the Orthanc core by 184 The custom storage commitment SCP is installed in the Orthanc core by
185 using the ``OrthancPluginRegisterStorageCommitmentScpCallback()`` 185 using the ``OrthancPluginRegisterStorageCommitmentScpCallback()``
186 function of the `plugin SDK <http://sdk.orthanc-server.com/>`__. 186 function of the `plugin SDK <https://sdk.orthanc-server.com/>`__.
187 187
188 Importantly, this primitive frees the plugin developer from manually 188 Importantly, this primitive frees the plugin developer from manually
189 creating the Orthanc jobs. One job is transparently created by the 189 creating the Orthanc jobs. One job is transparently created by the
190 Orthanc core for each incoming storage commitment request, allowing 190 Orthanc core for each incoming storage commitment request, allowing
191 the plugin developer to focus only on the processing of the queried 191 the plugin developer to focus only on the processing of the queried