Releases: ImagingDataCommons/dicomweb-client
Releases · ImagingDataCommons/dicomweb-client
0.9.3
New features
- Support specifying CA bundle and client certificate files via command line interface
- Issue warning for QIDO-RS queries when server returns only a subset of search results and there are remaining results that can be requested
- More usage examples to documentation
0.9.2
0.9.1
0.9.0
API changes
- rename
DICOMWebClient
class toDICOMwebClient
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