Mercurial > hg > orthanc-book
changeset 1232:30379a1c4242
note
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 02 Dec 2025 15:01:58 +0100 |
| parents | 8a74fe148311 |
| children | 30d87c98a58c |
| files | Sphinx/source/plugins/python/dicom-find-move-scp.py |
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins/python/dicom-find-move-scp.py Tue Dec 02 11:48:13 2025 +0100 +++ b/Sphinx/source/plugins/python/dicom-find-move-scp.py Tue Dec 02 15:01:58 2025 +0100 @@ -2,6 +2,9 @@ import orthanc import pprint +# this file is not referenced anymore in the book but is still used by Sébastien's +# release procedure when releasing the python plugin -> don't remove ! + def OnFind(answers, query, issuerAet, calledAet): print('Received incoming C-FIND request from %s:' % issuerAet)
