dicomweb - A DICOMweb Client AdapterΒΆ

DICOMweb is the DICOM Standard for web-based medical imaging and supported by many PACS servers. It is a set of RESTful services, enabling web developers to unlock the power of healthcare images using industry-standard toolsets. See https://www.dicomstandard.org/using/dicomweb

The DICOMweb_client python 3rd party library provides convenient access to DICOMweb servers. To make it even more convenient, this dicomweb.DicomWebClient wrapper class was created.