ohif-viewer/Packages-react/ohif-viewer
2019-04-10 11:05:54 -03: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 feat(vtk): Enable vtk extension (still very much work-in-progress) 2019-03-01 10:55:52 +01:00
src Bump react-viewerbase version to 0.2.17 2019-04-10 11:05:54 -03: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 Bump react-viewerbase version to 0.2.17 2019-04-10 11:05:54 -03: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 Bump react-viewerbase version to 0.2.17 2019-04-10 11:05:54 -03: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