Our custom OHIF Viewer.
Go to file
2015-10-31 17:19:58 +01:00
config Merged LesionTracker and OHIF Viewer, refactored out common components 2015-10-13 14:14:50 +02:00
etc Updates to save viewport data across sessions / while switching tabs 2015-10-23 14:08:51 +02:00
LesionTracker Improved loading indicators. Added % loaded to viewports and thumbnails 2015-10-31 17:01:47 +01:00
OHIFViewer Improved loading indicators. Added % loaded to viewports and thumbnails 2015-10-31 17:01:47 +01:00
Packages Add visual cue to active viewport 2015-10-31 17:19:58 +01:00
.gitignore Updates to save viewport data across sessions / while switching tabs 2015-10-23 14:08:51 +02:00
LICENSE Initial commit 2015-10-13 10:57:37 +02:00
README.md Updates to improve reactivity, session storage, logging 2015-10-30 12:25:08 +01:00

Viewers

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

Docker usage

Temporary data storage

docker run --rm -p 4242:4242 -p 8042:8042 jodogne/orthanc-plugins

Persistent data storage

  1. Create a persistant data volume for Orthanc to use docker create --name sampledata -v /sampledata jodogne/orthanc-plugins

  2. Run Orthanc from Docker with the data volume attached docker run --volumes-from sampledata -p 4242:4242 -p 8042:8042 jodogne/orthanc-plugins

  3. Upload your data and it will be persisted