Skip to content
Xeos edited this page May 1, 2016 · 12 revisions

Overview

DICOMcloud is a RESTful DICOM Web Server framework that is the first to implement WADO and DICOM Web Services without relying on a DICOM Network TCP communication.

The server implementation is optimized for fast image query and retrieval in order to take full advantage of the DICOM Web standard part 18 and support browser based medical web viewers.

The server stores the DICOM datasets query metadata to a SQL database and can be configured to store the complete DICOM file to either a File system or Azure Blob Storage.

Current implemented Web Services:

  1. STOW –RS
  2. QIDO-RS
  3. WADO-RS
  4. WADO URI

Note not all these services fully comply with the DICOM standard yet. For detailed information visit the DICOM Support page.

Clone this wiki locally