ohif-viewer/docs
2019-02-14 15:07:35 +01:00
..
assets Update docs for docs.ohif.org 2018-01-30 15:05:15 +01:00
connecting-to-image-archives Update docs for docs.ohif.org 2018-01-30 15:05:15 +01:00
data Update docs for docs.ohif.org 2018-01-30 15:05:15 +01:00
deployment Update docs for docs.ohif.org 2018-01-30 15:05:15 +01:00
essentials Update docs for docs.ohif.org 2018-01-30 15:05:15 +01:00
example-applications Update docs for docs.ohif.org 2018-01-30 15:05:15 +01:00
faq Update docs for docs.ohif.org 2018-01-30 15:05:15 +01:00
I-want-to Fix issues with latest doc addition. Add Google Analytics, sitemap, anchors 2018-03-13 11:31:54 +01:00
layout Update docs for docs.ohif.org 2018-01-30 15:05:15 +01:00
lesion-tracker Update docs for docs.ohif.org 2018-01-30 15:05:15 +01:00
packages Update docs for docs.ohif.org 2018-01-30 15:05:15 +01:00
standalone-viewer Fix formatting for StandaloneViewer docs, update Gitbook dependencies 2018-06-13 12:04:42 +02:00
book.json Fix issues with latest doc addition. Add Google Analytics, sitemap, anchors 2018-03-13 11:31:54 +01:00
contributing.md doc: add netlify doc link to contribing.md 2018-07-23 18:34:37 -04:00
package.json feat(netlify) Add static site deployment from Netlify (add /viewer to the deploy preview URL) (#232) 2018-07-23 10:19:52 +02:00
README.md Fix static site icon URL 2019-02-14 15:07:35 +01:00
SUMMARY.md Fix issues with latest doc addition. Add Google Analytics, sitemap, anchors 2018-03-13 11:31:54 +01:00
update-docs.sh Fix update-docs script 2018-01-29 17:59:48 +01:00

Looking for your Deploy Preview? - Deploy Preview for Viewer

Introduction

The Open Health Imaging Foundation is developing an open source framework for constructing web-based medical imaging applications. The application framework is built using modern HTML / CSS / JavaScript and uses Cornerstone at its core to display and manipulate medical images. It is built with Meteor, a Node.js-based full-stack JavaScript platform.

This documentation concerns the OHIF framework itself and its three example applications: the OHIF Viewer, Lesion Tracker, and the Standalone Viewer.

The OHIF Viewer: A general purpose DICOM Viewer (demo)

OHIF Viewer Screenshot

The Open Health Imaging Foundation intends to provide a simple general purpose DICOM Viewer which can be easily extended for specific uses. The primary purpose of the OHIF Viewer is to serve as a testing ground for the underlying packages and the Cornerstone family of libraries.

Lesion Tracker: An oncology-focused imaging application (demo)

Lesion Tracker Screenshot

The Lesion Tracker is designed to facilitate quantitative assessments of tumour burden over time. It is similar in scope to the ePAD Imaging Platform (https://epad.stanford.edu/), developed at Stanford Medicine.

Study List & DICOM Connectivity

Study List Screenshot

The solution provides a study list and other resources for connecting to PACS and other Image Archives through standard communication approaches (DICOM Web, DICOM Messages).

Standalone Viewer (demo)

The Standalone Viewer offers only the client-side portions of the OHIF Viewer with the Study List pages removed. This single-page viewer can be hosted as a static site (e.g. on Amazon S3, Azure Blob Storage, or Github Pages), and easily integrated with existing back-end DICOM storage systems. Alternative Cornerstone Image Loaders can be included to allow your viewer to support non-DICOM objects (e.g. PNG, JPEG).