ohif-viewer/Packages-react/ohif-viewer
2019-02-11 22:28:24 +01:00
..
conf/conf.d Refactor extensions interface (#344) 2019-02-02 11:10:56 +00:00
example Switch index.html to the dcmjs dicomweb server 2019-02-06 17:16:27 +01:00
public Merge OHIFViewer-react into Packages-react\ohif-viewer (#342) 2019-01-30 09:34:55 +00:00
src Fixes for passing configuration / children into the cornerstone-extension 2019-02-11 22:28:24 +01:00
.babelrc Add ohif-viewer package to work on sharing components across viewers and test the standalone viewer via script tag 2019-01-17 17:00:21 +01:00
.eslintrc Refactor extensions interface (#344) 2019-02-02 11:10:56 +00:00
.gitignore Begin adding DICOM Segmentation handling to Cornerstone plugin via dcmjs 2019-02-03 22:18:08 +01:00
dockerfile Add dockerfile for ohif-viewer package 2019-01-30 18:37:01 +00:00
LICENSE Add ohif-viewer package to work on sharing components across viewers and test the standalone viewer via script tag 2019-01-17 17:00:21 +01:00
package.json Fixes for passing configuration / children into the cornerstone-extension 2019-02-11 22:28:24 +01:00
README.md Refactor extensions interface (#344) 2019-02-02 11:10:56 +00:00
rollup.config.js Moved the Cornerstone viewport code to an extension. Tons of changes to rollup and package.json files to make everything play nicely 2019-02-06 14:46:06 +01:00
yarn.lock Fixes for passing configuration / children into the cornerstone-extension 2019-02-11 22:28:24 +01:00

OHIF Viewer (React Version)

Disclaimer: Work in Progress

To run locally

  1. yarn install
  2. yarn start
  3. Go to http://localhost:5000

To user another DICOMWeb endpoint, adapt index.js

To include in your projects

Please refer to the example in the example directory. To set the DICOMWeb endpoint and do other customization, adapt index.html.

Build

  1. yarn install
  2. yarn build

Run the example

  1. cd example
  2. yarn install
  3. yarn start
  4. Go to http://localhost:5000

License

MIT © OHIF