Mercurial > hg > orthanc-dicomweb
view NEWS @ 199:2ddecfba10c0
added ?expand to /servers route
author | amazy |
---|---|
date | Tue, 05 Dec 2017 13:32:56 +0100 |
parents | a299e9e67c3a |
children | fa93e7147ebf |
line wrap: on
line source
Pending changes in the mainline =============================== * Support for OpenBSD * added ?expand argument to /servers route Version 0.4 (2017-07-19) ======================== * Improved robustness in the STOW-RS server (occurrences of "\r\n\r\n" in DICOM are supported) * Performance warning if runtime debug assertions are turned on * WADO-RS client supports quoted Content-Type header in HTTP answers * Added "Arguments" to WADO-RS and STOW-RS client to handle query arguments in uri * Using MIME types of DICOM version 2017c in WADO RetrieveFrames * Fix issue #53 (DICOMWeb plugin support for "limit" and "offset" parameters in QIDO-RS) * Fix issue #28 (Non-compliant enumerations for "accept" header for WADO RetrieveFrames) Version 0.3 (2016-06-28) ======================== => Minimum SDK version: 1.1.0 <= * STOW-RS client with URI "/{dicom-web}/servers/{id}/stow" * QIDO-RS and WADO-RS client with URI "/{dicom-web}/servers/{id}/get" * Retrieval of DICOM instances with WADO-RS through URI "/{dicom-web}/servers/{id}/retrieve" * Improved robustness in the STOW-RS server * Fix issue #13 (QIDO-RS study-level query is slow) * Fix issue #14 (Aggregate fields empty for QIDO-RS study/series-level queries) Version 0.2 (2015-12-10) ======================== => Minimum SDK version: 0.9.5 <= * Support of WADO-RS - RetrieveFrames * QIDO-RS now takes advantage of "/tools/find" * Upgrade to GDCM 2.6.0 for static and Windows builds Version 0.1 (2015-08-03) ======================== => Minimum SDK version: 0.9.1 <= * Support of WADO-RS - RetrieveMetadata * Support of WADO, in addition to DICOMweb * All the APIs are now under the same root Production ---------- * Inject version information into Windows binaries * Use of Orthanc built-in API for multipart answers (requires Orthanc >= 0.9.1) * Support of Visual Studio 2008 * Support of FreeBSD * Support of OS X * Upgrade to Boost 1.58.0 for static and Windows builds 2015-03-13 ========== * Initial commit