1.6.0 • Published 24 hours ago

dicomweb-pacs v1.6.0

Weekly downloads
7
License
MIT
Repository
github
Last release
24 hours ago

dicomweb-pacs

An easy to use PACS with DICOMWEB and DIMSE service support

Description

  • A nodejs tool to easily spawn a PACS server including DICOM viewer connected via DICOMWEB (QIDO-RS and WADO-RS).
  • Comes preinstalled with the popular OHIF DICOM Web Viewer (version 3.8.0).
  • Supports OHIF MPR (vtk.js) feature for viewing volumetric datasets
  • multithreaded
  • sqlite backend

No need for a server, try the standalone desktop edition.

Prerequisite

  • nodejs 12 or newer

Setup Instructions - npm

  • install in empty directory:
    npm init -y
    npm install dicomweb-pacs

  • update config file located in:
    ./node_modules/dicomweb-pacs/config

  • start pacs:
    npx dicomweb-pacs

Setup Instructions - source

  • clone repository and install dependencies
    npm install

  • update config file located in:
    ./config

  • run:
    npm start

  • import DICOM images: use any c-store-scu to push to internal store-scp
    (AET: DICOMWEB_PACS port: 8888)

  • (or use internal store-scu): put DICOM into import directory and run
    npm run import (server needs to be running)

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

What to modify

  • (optional) change our port or AET

      config.source = {
        aet: "OUR_AET",
        ip: "OUR_IP",
        port: "OUR_PORT"
      };
  • add peers to your PACS

      config.peers = [
      {
        aet: "PEER_AET",
        ip: "PEER_IP",
        port: "PEER_PORT"
      }];
  • update webserver port:
    config.webserverPort = 5001;

License

MIT

1.6.0

24 hours ago

1.5.4

3 months ago

1.5.3

3 months ago

1.5.2

3 months ago

1.4.3

5 months ago

1.5.1

5 months ago

1.5.0

5 months ago

1.4.2

10 months ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.5

2 years ago

1.2.0

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago