ohif-viewer/Packages-react/ohif-viewer
2019-02-28 11:18:01 +01:00
..
conf/conf.d Refactor extensions interface (#344) 2019-02-02 11:10:56 +00:00
example Fix static site icon URL 2019-02-14 15:07:35 +01:00
public Merge OHIFViewer-react into Packages-react\ohif-viewer (#342) 2019-01-30 09:34:55 +00:00
src feat(extensions): Toolbar module depends on plugin in active viewport 2019-02-28 11:18:01 +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 feat(extensions): Toolbar module depends on plugin in active viewport 2019-02-28 11:18:01 +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 feat(extensions): Toolbar module depends on plugin in active viewport 2019-02-28 11:18:01 +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 feat(extensions): Toolbar module depends on plugin in active viewport 2019-02-28 11:18:01 +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