Skip to content

knopkem/pacsnode

Repository files navigation

pacsnode

A minimal Electron PACS Viewer application. It is basically an electron version of the dicomweb-pacs node based server.

Web DICOM Viewer: OHIF Viewer V3.7.0

Store-SCP: Node-Native-Addon using DCMTK + Sqlite

Params:

  * AET: "DICOMWEB_PACS",
  * IP: "127.0.0.1",
  * Port: "8888"

Roadmap:

  • admin panel to manage stored data and configuration
  • better logging

image

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux