Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.06 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.06 KB

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