ohif-viewer/platform/docs/versioned_docs/version-1.0
2021-06-15 16:38:40 -04:00
..
assets/img versioned docs v1, and moved docs v2 2021-06-15 16:38:40 -04:00
connecting-to-image-archives versioned docs v1, and moved docs v2 2021-06-15 16:38:40 -04:00
data versioned docs v1, and moved docs v2 2021-06-15 16:38:40 -04:00
deployment versioned docs v1, and moved docs v2 2021-06-15 16:38:40 -04:00
essentials versioned docs v1, and moved docs v2 2021-06-15 16:38:40 -04:00
example-applications versioned docs v1, and moved docs v2 2021-06-15 16:38:40 -04:00
faq versioned docs v1, and moved docs v2 2021-06-15 16:38:40 -04:00
I-want-to versioned docs v1, and moved docs v2 2021-06-15 16:38:40 -04:00
layout versioned docs v1, and moved docs v2 2021-06-15 16:38:40 -04:00
lesion-tracker versioned docs v1, and moved docs v2 2021-06-15 16:38:40 -04:00
OHIF-Viewer versioned docs v1, and moved docs v2 2021-06-15 16:38:40 -04:00
packages versioned docs v1, and moved docs v2 2021-06-15 16:38:40 -04:00
contributing.md versioned docs v1, and moved docs v2 2021-06-15 16:38:40 -04:00
README.md versioned docs v1, and moved docs v2 2021-06-15 16:38:40 -04:00

id slug sidebar_position
OHIF Documentation / 1
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).