DICOMcloud / DICOMweb-js

DICOMweb JavaScript client with viewer demo for consuming DICOM Web Services - (QIDO-RS, WADO-RS, WADO-URI, STOW-RS) part 18

Home Page:http://dicomweb.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join the chat at https://gitter.im/DICOMcloud/Lobby

DICOMweb-JS

DICOMweb-JS is an open source JS client for consuming DICOM Web Services - part 13 with a ASP.NET MVC demo that uses the Cornerstone viewer and cornerstoneWADOImageLoader

The code provide a basic library for sending DICOM Web requests and parsing JSON and multipart reposnses in (DIOCM, XML, Buld data...) .

Demo Code

The demo uses the library to connect to a DICOM Web server and initiate qido-rs for querying (studies, series and object instances), wado-RS for retrieving (study, series, object instance) and stow-rs for storing DICOM format images.

Check the demo page here

DICOM Server

Source code on Github

You can check the web server API here

Building the code

This is an ASP.NET demo so you will need Visual Studio to build the code, you can download the VS2015 community edition or VS code. The JavaScript libraries are also built using Visual Studio and TypeScript.

Or you can use the dist folder to include the compiled JS files in your project.

About

About

DICOMweb JavaScript client with viewer demo for consuming DICOM Web Services - (QIDO-RS, WADO-RS, WADO-URI, STOW-RS) part 18

http://dicomweb.azurewebsites.net/

License:MIT License


Languages

Language:TypeScript 77.3%Language:JavaScript 22.5%Language:C# 0.1%Language:Batchfile 0.0%