Skip to content

knopkem/dicomweb-server-nosql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[deprecated]: please use: https://github.com/knopkem/dicomweb-archive instead

dicomweb-server-nosql

An easy to use DICOMWEB server with mongo db backend

Description

  • A nodejs server including a DICOM viewer (OHIF) connected via DICOMWEB (QIDO-RS and WADO-RS).
  • Comes with preinstalled OHIF DICOM Web Viewer (version 4.5.12).
  • Supports OHIF MPR (vtk.js) feature for viewing volumetric datasets
  • mongodb backend

Prerequisite

  • nodejs 12 or newer
  • mongodb installed

Setup Instructions

  • clone repository and install dependencies
    npm install

  • update config file located in:
    ./config

  • copy dicom files to import directory (see config)

  • import DICOM images: npm run import

  • run:
    npm start

  • open webbrowser and start viewing
    http://localhost:5000

License

MIT

About

A DICOMWEB compatible server based on mongo-db

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published