Mercurial > hg > orthanc-python
comparison NEWS @ 64:091fb1903bfc
new wrapped function: orthanc.RegisterWorklistCallback() and orthanc.WorklistAnswers.WorklistAddAnswer()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 11 Jun 2021 09:03:43 +0200 |
parents | 32de70a1e4c7 |
children | 4da5ce3468b4 |
comparison
equal
deleted
inserted
replaced
63:32de70a1e4c7 | 64:091fb1903bfc |
---|---|
1 Pending changes in the mainline | 1 Pending changes in the mainline |
2 =============================== | 2 =============================== |
3 | 3 |
4 * New functions from the SDK wrapped in Python: | 4 * New functions from the SDK wrapped in Python: |
5 - orthanc.CreateDicom() | 5 - orthanc.CreateDicom() |
6 - orthanc.FindQuery.GetFindQueryTagElement() | |
7 - orthanc.FindQuery.GetFindQueryTagGroup() | |
6 - orthanc.RegisterFindCallback() | 8 - orthanc.RegisterFindCallback() |
7 - orthanc.RegisterMoveCallback() | 9 - orthanc.RegisterMoveCallback() |
8 - orthanc.FindQuery.GetFindQueryTagGroup() | 10 - orthanc.RegisterWorklistCallback() |
9 - orthanc.FindQuery.GetFindQueryTagElement() | 11 - orthanc.WorklistAnswers.WorklistAddAnswer() |
10 | 12 |
11 | 13 |
12 Version 3.1 (2021-01-22) | 14 Version 3.1 (2021-01-22) |
13 ======================== | 15 ======================== |
14 | 16 |