forked from pool/orthanc-python
update to version 1.3 OBS-URL: https://build.opensuse.org/request/show/900891 OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=5
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jun 19 13:36:54 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
- version 3.2
|
|
* New functions from the SDK wrapped in Python:
|
|
- orthanc.CreateDicom()
|
|
- orthanc.CreateImageFromBuffer()
|
|
- orthanc.DicomInstance.GetInstanceData()
|
|
- orthanc.FindQuery.GetFindQueryTagElement()
|
|
- orthanc.FindQuery.GetFindQueryTagGroup()
|
|
- orthanc.Image.GetImageBuffer()
|
|
- orthanc.LookupDictionary()
|
|
- orthanc.RegisterFindCallback()
|
|
- orthanc.RegisterMoveCallback()
|
|
- orthanc.RegisterWorklistCallback()
|
|
- orthanc.WorklistAnswers.WorklistAddAnswer()
|
|
|
|
------------------------------------------------------------------
|
|
Mon Jan 25 14:53:58 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
- verion 3.1
|
|
* Fix possible deadlock with "orthanc.RegisterOnChangeCallback()"
|
|
* During Orthanc shutdown, wait for all the pending events to have been processed
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 22 09:16:26 UTC 2020 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
- Version 3.0
|
|
initial OBS build
|