comparison NEWS @ 65:4da5ce3468b4

new wrapped functions: CreateImageFromBuffer(), DicomInstance.GetInstanceData() and Image.GetImageBuffer()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Jun 2021 12:47:18 +0200
parents 091fb1903bfc
children 6fc445793796
comparison
equal deleted inserted replaced
64:091fb1903bfc 65:4da5ce3468b4
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.CreateImageFromBuffer()
7 - orthanc.DicomInstance.GetInstanceData()
6 - orthanc.FindQuery.GetFindQueryTagElement() 8 - orthanc.FindQuery.GetFindQueryTagElement()
7 - orthanc.FindQuery.GetFindQueryTagGroup() 9 - orthanc.FindQuery.GetFindQueryTagGroup()
10 - orthanc.Image.GetImageBuffer()
8 - orthanc.RegisterFindCallback() 11 - orthanc.RegisterFindCallback()
9 - orthanc.RegisterMoveCallback() 12 - orthanc.RegisterMoveCallback()
10 - orthanc.RegisterWorklistCallback() 13 - orthanc.RegisterWorklistCallback()
11 - orthanc.WorklistAnswers.WorklistAddAnswer() 14 - orthanc.WorklistAnswers.WorklistAddAnswer()
12 15