comparison Sphinx/source/users/lua.rst @ 78:d6bd1dd820e5

metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Dec 2016 11:51:11 +0100
parents 48c7d2eb98da
children e6a15f619786
comparison
equal deleted inserted replaced
77:48c7d2eb98da 78:d6bd1dd820e5
84 * ``function OnStablePatient(patientId, tags, metadata)``: Invoked 84 * ``function OnStablePatient(patientId, tags, metadata)``: Invoked
85 whenever a patient has not received any new instance for a certain 85 whenever a patient has not received any new instance for a certain
86 amount of time (cf. the option ``StableAge`` in the 86 amount of time (cf. the option ``StableAge`` in the
87 :ref:`configuration file <configuration>`). The :ref:`identifier 87 :ref:`configuration file <configuration>`). The :ref:`identifier
88 <orthanc-ids>` of the patient is provided, together with her DICOM 88 <orthanc-ids>` of the patient is provided, together with her DICOM
89 tags and her metadata. 89 tags and her :ref:`metadata <metadata>`.
90 * ``function OnStableSeries(seriesId, tags, metadata)``: Invoked 90 * ``function OnStableSeries(seriesId, tags, metadata)``: Invoked
91 whenever a series has not received any new instance for a certain 91 whenever a series has not received any new instance for a certain
92 amount of time. 92 amount of time.
93 * ``function OnStableStudy(studyId, tags, metadata)``: Invoked 93 * ``function OnStableStudy(studyId, tags, metadata)``: Invoked
94 whenever a study has not received any new instance for a certain 94 whenever a study has not received any new instance for a certain