UAMS-DBMI/Viewers

Name: Viewers

Owner: UAMS Department of Biomedical Informatics

Description: This repo contains the OHIF DICOM Viewer and Lesion Trackers, and various shared meteor packages

Forked from: OHIF/Viewers

Created: 2016-11-30 22:44:10.0

Updated: 2016-11-30 22:44:13.0

Pushed: 2016-11-30 22:50:17.0

Homepage: https://github.com/OHIF/Viewers/wiki

Size: 10585

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Viewers

This repo contains the OHIF DICOM Viewer and Lesion Tracker, and various shared meteor packages.

Documentation is available here: https://github.com/OHIF/Viewers/wiki

Demos

OHIF Viewer - A general-purpose radiology viewer with a variety of tools exposed.

Lesion Tracker - A prototype viewer focused on oncology metrics.

Community

Have questions? Try posting in the OHIF forum.

Docker usage
Temporary data storage
er run --rm -p 4242:4242 -p 8042:8042 jodogne/orthanc-plugins
Persistent data storage
  1. Create a persistant data volume for Orthanc to use

    er create --name sampledata -v /sampledata jodogne/orthanc-plugins
    

    Note: On Windows, you need to use an absolute path for the data volume, like so:

    er create --name sampledata -v '//C/Users/erik/sampledata' jodogne/orthanc-plugins
    
  2. Run Orthanc from Docker with the data volume attached

    er run --volumes-from sampledata -p 4242:4242 -p 8042:8042 jodogne/orthanc-plugins
    
  3. Upload your data and it will be persisted


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.