2021-06-16 01:14:37 +02:00
< div class = 'row' >
2021-06-15 22:38:40 +02:00
< div class = 'column' style = 'text-align: right; padding: 0 20px' >
< strong > Looking for a Live Demo?< / strong >
< a href = "http://viewer.ohif.org/" > Preview The OHIF Viewer< / a >
< / div >
< div class = 'column' style = 'text-align: left; padding: 0 20px' >
< a href = "https://www.netlify.com" >
< img src = "https://www.netlify.com/img/global/badges/netlify-color-bg.svg" / >
< / a >
< / div >
2021-06-16 01:11:09 +02:00
< / div >
2021-06-16 01:14:37 +02:00
> ATTENTION! You are looking at the docs for the `OHIF-v3` Viewer (third time is always a charm). If you're looking for the our `OHIF-v2` (React stable version) or OHIF-v1 (deprecated `Meteor` version) select it's version from the dropdown box in the top left corner
2021-06-15 22:38:40 +02:00
> of this page.
2018-07-23 10:19:52 +02:00
2021-06-16 01:14:37 +02:00
# Introduction
2021-06-15 22:38:40 +02:00
The [Open Health Imaging Foundation][ohif-org] (OHIF) Viewer is an open source,
web-based, medical imaging viewer. It can be configured to connect to Image
Archives that support [DicomWeb][dicom-web], and offers support for mapping to
proprietary API formats. OHIF maintained extensions add support for viewing,
annotating, and reporting on DICOM images in 2D (slices) and 3D (volumes).
2018-01-30 15:05:15 +01:00
2021-06-16 01:14:37 +02:00

< center > < i > The < strong > OHIF Viewer v3< / strong > : A general purpose DICOM Viewer (< a href = "http://viewer.ohif.org/" > Live Demo< / a > )< / center >
## What's new in `OHIF-v3`
`OHIF-v3` is our second try for a React-based viewer, and is the third version of
our medical image web viewers from the start. The summary of changes include:
- Addition of workflow modes
- Often, medical imaging use cases involves lots of specific workflows that re-use
functionalities. We have added the capability of workflow modes, that enable people
to customize user interface and configure application for specific workflow.
- The idea is to re-use the functionalities that extensions provide and create a workflow.
Brain segmentation workflow is different from prostate segmentation in UI for sure; however, they share the segmentation tools that can be re-used.
- Our vision is that technical people focus of developing extensions which provides
core functionalities, and experts to build modes by picking the appropriate functionalities
from each extension.
- Redux store has been removed from the viewer, and a cleaner, more powerful
- tailwind CSS
- End-to-end test suite
Below, you can find the gap analysis between the `OHIF-v2` and `OHIF-v3` :
{% include "./_gap_analysis.md" %}
## Where to next?
2018-01-30 15:05:15 +01:00
2021-06-15 22:38:40 +02:00
The Open Health Imaging Foundation intends to provide a simple general purpose
DICOM Viewer which can be easily extended for specific uses. If you find
yourself unable to extend the viewer for your purposes, please reach out via our
[GitHub issues][gh-issues]. We are actively seeking feedback on ways to improve
our integration and extension points.
2018-01-30 15:05:15 +01:00
2021-06-15 22:38:40 +02:00
Check out these helpful links:
2018-01-30 15:05:15 +01:00
2021-06-15 22:38:40 +02:00
- Ready to dive into some code? Check out our
[Getting Started Guide ](./development/getting-started.md ).
- We're an active, vibrant community.
[Learn how you can be more involved. ](./development/contributing.md )
- Feeling lost? Read our [help page ](./help.md ).
2018-01-30 15:05:15 +01:00
2021-06-16 01:14:37 +02:00
2021-06-15 22:38:40 +02:00
<!--
Links
-->
2018-01-30 15:05:15 +01:00
2021-06-15 22:38:40 +02:00
<!-- prettier - ignore - start -->
[ohif-org]: http://www.ohif.org
2021-06-16 01:14:37 +02:00
[ohif-demo]: http://viewer.ohif.org/
2021-06-15 22:38:40 +02:00
[dicom-web]: https://en.wikipedia.org/wiki/DICOMweb
[gh-issues]: https://github.com/OHIF/Viewers/issues
<!-- prettier - ignore - end -->