From 6b53ac857273a2ce648d319aeb47eba737cfb04a Mon Sep 17 00:00:00 2001 From: dannyrb Date: Thu, 9 May 2019 14:06:19 -0400 Subject: [PATCH] Updated introduction page --- docs/latest/README.md | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/docs/latest/README.md b/docs/latest/README.md index 60c1b8a90..347dfb601 100644 --- a/docs/latest/README.md +++ b/docs/latest/README.md @@ -1,11 +1,29 @@ -##### Looking for your Deploy Preview? - Deploy Preview for Viewer +##### Looking for a Deploy Preview? - Deploy Preview for Viewer -# Introduction - test +# Introduction -The [Open Health Imaging Foundation](https://www.ohif.org) is developing an open source framework for constructing web-based medical imaging applications. - -## The **OHIF Viewer**: A general purpose DICOM Viewer ([demo](http://viewer.ohif.org/)) +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). ![OHIF Viewer Screenshot](../assets/img/viewer.png) -The Open Health Imaging Foundation intends to provide a simple general purpose DICOM Viewer which can be easily extended for specific uses. +
The OHIF Viewer: A general purpose DICOM Viewer (Live Demo)
+ +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. + + + + +[ohif-org]: https://www.ohif.org +[dicom-web]: https://en.wikipedia.org/wiki/DICOMweb +[gh-issues]: https://github.com/OHIF/Viewers/issues +