-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Xeos edited this page May 1, 2016
·
12 revisions
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:
- STOW –RS
- QIDO-RS
- WADO-RS
- WADO URI
Note not all these services fully comply with the DICOM standard yet. For detailed information visit the DICOM Support page.