A comprehensive Postman collection for testing DICOMweb APIs including QIDO-RS, STOW-RS, WADO-RS, and UPS-RS endpoints.
This collection provides pre-configured requests for all major DICOMweb services, enabling developers to quickly test and integrate with DICOM-compliant medical imaging systems.
-
Query Studies by Patient ID and Study Date
-
Query Series within Studies by Modality
-
Query Instances within Series
-
Query Worklist Items
-
Store New Study with multiple DICOM instances
-
Store to Existing Study
-
Retrieve complete studies, series, and instances
-
Retrieve instance frames and metadata
-
Render instances with custom viewport and window/level settings
-
Generate study thumbnails
-
Convert structured reports to PDF
-
Create and manage workitems
-
Query workitems by state and patient
-
Update workitem states and attributes
-
Delete workitems
The collection includes environment variables:
-
baseUrl: DICOMweb server endpoint (default: https://dicomserver.example.com)
-
token: Bearer token for authentication
-
Import the collection into Postman
-
Set up environment variables with your DICOMweb server details
-
Configure authentication tokens
-
Run requests to test your DICOMweb implementation
All requests include Bearer token authentication. Ensure your DICOMweb server supports the configured authentication method.
This collection follows DICOM PS3.18 (Web Services) and DICOM PS3.19 (Application Hosting) standards for medical imaging web services.