Home - Zaid-Safadi/DICOMcloud GitHub Wiki
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 13 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 : Endpoint URL https://dicomcloud.azurewebsites.net/stowrs/
Example: qidors/studies?00200010=&00080020=&00100010=&00100020=
Retrieve Instance Metadata Example: wadors/studies/1.3.12.2.1107.5.1.4.80111.30000014050605254326500000013/series/1.3.12.2.1107.5.1.4.80111.30000014050605275193700000496/instances/1.3.12.2.1107.5.1.4.80111.30000014050605275193700000650/metadata
For detailed information about what features are supported in each service check the DICOM Support wiki page