Skip to content

Releases: ImagingDataCommons/dicomweb-client

0.9.1

14 Sep 01:09
Compare
Choose a tag to compare

Bug fixes

  • Remove "boundary" in multipart/related accept header field, which broke compatibility with DCM4CHEE.

0.9.0

27 Jul 14:25
Compare
Choose a tag to compare

API changes

  • rename DICOMWebClient class to DICOMwebClient for consistency with client implementations in other languages (e.g., JavaScript dcmjs-org/dicomweb-client)

New features

  • add parameters to DICOMwebClient class constructor to specify URL path prefix for different RESTful services (QIDO-RS, WADO-RS, STOW-RS) - this allows using the same client instance across services even if they have different locations

0.3.1

05 Jul 19:33
Compare
Choose a tag to compare

Add boundary to multipart messages

0.3.0

17 May 14:56
Compare
Choose a tag to compare
  • Support for additional MIME types, such as image/jp2
  • Bulkdata are returned as raw bytes instead of Pillow Image objects

0.2.0

27 Mar 19:52
Compare
Choose a tag to compare

Renamed QIDO-RS methods of DICOMWebClient class

0.1.2

26 Mar 16:06
Compare
Choose a tag to compare
  • WADO-RS: Improve retrieval of frames

  • QIDO-RS: Allow multiple includefield query parameters

0.1.1

22 Mar 01:52
Compare
Choose a tag to compare

Bug fixes

0.1.0

20 Mar 16:35
Compare
Choose a tag to compare

First beta release