Package Release Info

orthanc-dicomweb-1.16-bp156.1.2

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

orthanc-dicomweb

Change Logs

* Wed Mar 13 2024 Axel Braun <axel.braun@gmx.de>
- enable gcc13 for Leap 15
* Sat Dec 23 2023 Axel Braun <axel.braun@gmx.de>
- version 1.16
  * Removed misleading log messages about transcoding.
    https://discourse.orthanc-server.org/t/dicomweb-plugin-1-13-possible-unnecessary-transcoding/3979
  * Fix parsing of Accept header "multipart/related; type=application/octet-stream; transfer-syntax=*" that is used by OHIF.
  * When retrieving frames, WADO-RS may now retrieve transcoded instances from Orthanc StorageCache (for Orthanc >= 1.12.2)
* Sun Sep 03 2023 Axel Braun <axel.braun@gmx.de>
- Version 1.15
  * speed improvement:
  - Now storing the output of /dicom-web/studies/../series/../metadata route in an attachment that can be used
    by the "Full" mode.
    The json file is gzipped and stored in attachment 4301 everytime a series is stable or the first time
    its /dicom-web/studies/../series/../metadata route is called in "Full" mode if the attachment does not exist yet.
    A new route /studies/{orthancId}/update-dicomweb-cache has also been added to allow e.g. the Housekeeper plugin
    to generate these attachment for old studies.
    This cache can be disabled by setting "EnableMetadataCache" to false.  However, disabling the cache
    won't delete the already cached data.  You may call DELETE /series/../attachments/4031 to clear the cache.
  * framework.diff added to compile against Orthanc framework
Version: 1.14-bp155.2.3.1
* Tue Jul 11 2023 Axel Braun <axel.braun@gmx.de>
- version 1.14
  * speed improvements:
  - Speeded up instance metadata retrieval using OrthancPluginLoadDicomInstance() from SDK 1.12.1
  - Using multiple threads to compute the studies/../series/../metadata route when in "Full" mode.
    New configuration: "MetadataWorkerThreadsCount" defaults to 4
  - Small speed-up the studies/../series/../metadata route when in "MainDicomTags" mode.
  * Support "X-Forwarded-Host" and "X-Forwarded-Proto" headers to compute BulkDataURI.
  * Fix issue #216 (Requests fail due to bad parsing of the accept HTTP header (semi-colons))
Version: 1.13-bp155.1.6
* Sat Apr 15 2023 Axel Braun <axel.braun@gmx.de>
- version 1.13
  * Use Orthanc SDK 1.11.3 to avoid a crash in Stow-RS jobs.
  * Stow-RS now calls to the plugin flavored /instances route and now also forwards
    the HTTP headers from the Incoming Stow-RS request.
  * Added a list of "Resources" in the DicomWebStowClient Job "Content"
Version: 1.10-bp153.2.3.1
* Tue Sep 27 2022 Axel Braun <axel.braun@gmx.de>
- version 1.10
  * bugfix release, see 'NEWS' for details