DICOMcloud / DICOMcloud-uploader

Upload DICOM files to DICOMweb endpoint using .NET Core console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DICOMcloud-uploader

Upload DICOM files to DICOMweb endpoint using .NET Core console

Command Line Args

If arguments not provided in the command line, you will get the chance to specify them at run time.

arg Description
--dir Optional - Path to DICOM directory
-url URL to a DICOMweb Store (aka STOW-RS) endpoint

Examples:

DICOMcloudUploader.exe --dir "d:\dicomimages" --url "http://dicomcloud.azurewebsites.net/api/studies"

About

Upload DICOM files to DICOMweb endpoint using .NET Core console

License:MIT License


Languages

Language:C# 100.0%