TinyDICOMwebClient is a lightweight command-line client for uploading DICOM files with STOW-RS and downloading DICOM studies or series with WADO-RS. It uses curl and PowerShell, and organizes downloaded files by Study Instance UID and Series Instance UID.
- Install curl if don't have.
- Edit config.txt and set the URLs and client credentials for your environment.
- Put DICOM files, upload to image archive, in ./files
- Run stowrs.bat
- token will be in token_response.json if you needed later on.
- Install curl if don't have.
- Run
wadors-download.bat "https://example.org/dicom-web/studies/<StudyInstanceUID>"to retrieve an entire study, orwadors-download.bat "https://example.org/dicom-web/studies/<StudyInstanceUID>/series/<SeriesInstanceUID>"to retrieve an entire series. Do not use.../studies/<StudyInstanceUID>/series/without a Series Instance UID; that URL lists series metadata instead of downloading DICOM files. - Downloaded DICOM files are saved to
./download/<StudyInstanceUID>/<SeriesInstanceUID>/. Required directories are created automatically.
This project is licensed under the MIT License.