Mercurial > hg > orthanc-python
diff 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 |
line wrap: on
line diff
--- a/NEWS Thu Jun 10 18:19:27 2021 +0200 +++ b/NEWS Fri Jun 11 09:03:43 2021 +0200 @@ -3,10 +3,12 @@ * New functions from the SDK wrapped in Python: - orthanc.CreateDicom() + - orthanc.FindQuery.GetFindQueryTagElement() + - orthanc.FindQuery.GetFindQueryTagGroup() - orthanc.RegisterFindCallback() - orthanc.RegisterMoveCallback() - - orthanc.FindQuery.GetFindQueryTagGroup() - - orthanc.FindQuery.GetFindQueryTagElement() + - orthanc.RegisterWorklistCallback() + - orthanc.WorklistAnswers.WorklistAddAnswer() Version 3.1 (2021-01-22)