30 lines
1.3 KiB
Markdown
30 lines
1.3 KiB
Markdown
##### Looking for a Deploy Preview? - <a onclick="function redirect() { window.location.href='/demo/'; } redirect();">Deploy Preview for Viewer</a>
|
|
|
|
# Introduction
|
|
|
|
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).
|
|
|
|

|
|
|
|
<center><i>The <strong>OHIF Viewer</strong>: A general purpose DICOM Viewer (<a href="http://viewer.ohif.org/">Live Demo</a>)</center>
|
|
|
|
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.
|
|
|
|
<!--
|
|
Links
|
|
-->
|
|
|
|
<!-- prettier-ignore-start -->
|
|
[ohif-org]: https://www.ohif.org
|
|
[dicom-web]: https://en.wikipedia.org/wiki/DICOMweb
|
|
[gh-issues]: https://github.com/OHIF/Viewers/issues
|
|
<!-- prettier-ignore-end -->
|