The STOW-RS Service stores DICOM instances to a PACS server. This service conforms to the latest version (2015c) of the DICOM PS3.18 specification.
Refer to the Specification Reference for information about calling this service.
Resource |
{SERVICE}/api/stow-rs |
Method |
POST |
Specification Reference |
cURL is an open source, command-line tool that can be used to post to a PACS server. It will be used in the following samples to store image2.dcm to the server:
Store a DICOM instance having a study id
curl -H "Content-Type: multipart/related; type=\"application/dicom\"" -F "content=@IMAGE2.dcm; type=application/dicom" -X POST http://localhost:23133/api/stow/studies/idgoeshere -i -v
Store a DICOM instance that does not have a study id
curl -H "Content-Type: multipart/related; type=\"application/dicom\"" -F "content=@IMAGE2.dcm; type=application/dicom" -X POST http://localhost:23133/api/stow/studies -i -v
Store a DICOM XML instance that does not have a study id
curl -H "Content-Type: multipart/related; type=\"application/dicom+xml\"" -F "content=@image2.xml; type=application/dicom+xml" -X POST
http://localhost:23133/api/stow/studies -i -v
Store a DICOM JSON instance that does not have a study id
curl -H "Content-Type: multipart/related; type=\"application/json\"" -F "content=@image2.json; type=application/json" -X POST http://localhost:23133/api/stow/studies -i -v
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document