fix: broken link in README
This commit is contained in:
parent
936ae14ea0
commit
63aed69d08
@ -4,20 +4,16 @@ slug: /
|
|||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div className="text--center">
|
<div className="text--center">
|
||||||
<a style={{marginRight:'10px'}} href="http://viewer.ohif.org/">Preview The OHIF Viewer</a>
|
<a style={{marginRight:'10px'}} href="http://viewer.ohif.org/">Preview The OHIF Viewer</a>
|
||||||
<a href="https://www.netlify.com"/>
|
<a href="https://www.netlify.com"/>
|
||||||
<img style={{width:'70px'}} src="https://www.netlify.com/img/global/badges/netlify-color-bg.svg" />
|
<img style={{width:'70px'}} src="https://www.netlify.com/img/global/badges/netlify-color-bg.svg" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
> ATTENTION! You are looking at the docs for the `OHIF-v3` Viewer (third time is
|
||||||
> 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
|
> always a charm). If you're looking for the our `OHIF-v2` (React stable
|
||||||
> of this page.
|
> version) or OHIF-v1 (deprecated `Meteor` version) select it's version from the
|
||||||
|
> dropdown box in the top left corner of this page.
|
||||||
|
|
||||||
|
|
||||||
The [Open Health Imaging Foundation][ohif-org] (OHIF) Viewer is an open source,
|
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
|
web-based, medical imaging viewer. It can be configured to connect to Image
|
||||||
@ -25,18 +21,16 @@ Archives that support [DicomWeb][dicom-web], and offers support for mapping to
|
|||||||
proprietary API formats. OHIF maintained extensions add support for viewing,
|
proprietary API formats. OHIF maintained extensions add support for viewing,
|
||||||
annotating, and reporting on DICOM images in 2D (slices) and 3D (volumes).
|
annotating, and reporting on DICOM images in 2D (slices) and 3D (volumes).
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
<!-- <center><i>The <strong>OHIF Viewer v3</strong>: A general purpose DICOM Viewer (<a href="http://viewer.ohif.org/">Live Demo</a>)</center> -->
|
<!-- <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`
|
## 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:
|
`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
|
- Addition of workflow modes
|
||||||
|
|
||||||
@ -49,15 +43,12 @@ our medical image web viewers from the start. The summary of changes include:
|
|||||||
core functionalities, and experts to build modes by picking the appropriate functionalities
|
core functionalities, and experts to build modes by picking the appropriate functionalities
|
||||||
from each extension.
|
from each extension.
|
||||||
|
|
||||||
|
* Redux store has been removed from the viewer, and a cleaner, more powerful
|
||||||
- Redux store has been removed from the viewer, and a cleaner, more powerful
|
* tailwind CSS
|
||||||
- tailwind CSS
|
* End-to-end test suite
|
||||||
- End-to-end test suite
|
|
||||||
|
|
||||||
|
|
||||||
Below, you can find the gap analysis between the `OHIF-v2` and `OHIF-v3`:
|
Below, you can find the gap analysis between the `OHIF-v2` and `OHIF-v3`:
|
||||||
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -165,20 +156,14 @@ Below, you can find the gap analysis between the `OHIF-v2` and `OHIF-v3`:
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Where to next?
|
## Where to next?
|
||||||
|
|
||||||
|
|
||||||
The Open Health Imaging Foundation intends to provide a simple general purpose
|
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
|
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
|
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
|
[GitHub issues][gh-issues]. We are actively seeking feedback on ways to improve
|
||||||
our integration and extension points.
|
our integration and extension points.
|
||||||
|
|
||||||
|
|
||||||
Check out these helpful links:
|
Check out these helpful links:
|
||||||
|
|
||||||
- Ready to dive into some code? Check out our
|
- Ready to dive into some code? Check out our
|
||||||
@ -187,12 +172,6 @@ Check out these helpful links:
|
|||||||
[Learn how you can be more involved.](./development/contributing.md)
|
[Learn how you can be more involved.](./development/contributing.md)
|
||||||
- Feeling lost? Read our [help page](./help.md).
|
- Feeling lost? Read our [help page](./help.md).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Links
|
Links
|
||||||
-->
|
-->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user