# HG changeset patch # User Alain Mazy # Date 1651580037 -7200 # Node ID a9c35bf108fafe5dc0fb099839d8fa85848a1341 # Parent 1f9f6269543f5ab17317ba51a9971ca5cb137f88 stable age ref diff -r 1f9f6269543f -r a9c35bf108fa Sphinx/source/users/lua.rst --- a/Sphinx/source/users/lua.rst Tue Apr 26 15:04:02 2022 +0200 +++ b/Sphinx/source/users/lua.rst Tue May 03 14:13:57 2022 +0200 @@ -98,16 +98,21 @@ parameter is :ref:`documented separately `. * ``function OnStablePatient(patientId, tags, metadata)``: Invoked whenever a patient has not received any new instance for a certain - amount of time (cf. the option ``StableAge`` in the + amount of time (cf. :ref:`stable resources ` + and the option ``StableAge`` in the :ref:`configuration file `). The :ref:`identifier ` of the patient is provided, together with her DICOM tags and her :ref:`metadata `. * ``function OnStableSeries(seriesId, tags, metadata)``: Invoked whenever a series has not received any new instance for a certain - amount of time. + amount of time (cf. :ref:`stable resources ` + and the option ``StableAge`` in the + :ref:`configuration file `). * ``function OnStableStudy(studyId, tags, metadata)``: Invoked whenever a study has not received any new instance for a certain - amount of time. + amount of time (cf. :ref:`stable resources ` + and the option ``StableAge`` in the + :ref:`configuration file `). * ``function IncomingFindRequestFilter(source, origin)``: Invoked whenever Orthanc receives an incoming C-Find query through the DICOM protocol. This allows to inspect the content of the C-Find query,