Our custom OHIF Viewer.
NonTarget Tool is using callback function to set lesion number, Unused function-nonTargetToolAdded is removed from lesionTable.js |
||
|---|---|---|
| config | ||
| etc | ||
| LesionTracker | ||
| OHIFViewer | ||
| Packages | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
Viewers
This repo contains the OHIF DICOM Viewer and Lesion Trackers, and various shared meteor packages
Community
Have questions? Try posting in the OHIF forum.
Docker usage
Temporary data storage
docker run --rm -p 4242:4242 -p 8042:8042 jodogne/orthanc-plugins
Persistent data storage
-
Create a persistant data volume for Orthanc to use
docker create --name sampledata -v /sampledata jodogne/orthanc-pluginsNote: On Windows, you need to use an absolute path for the data volume, like so:
docker create --name sampledata -v '//C/Users/erik/sampledata' jodogne/orthanc-plugins -
Run Orthanc from Docker with the data volume attached
docker run --volumes-from sampledata -p 4242:4242 -p 8042:8042 jodogne/orthanc-plugins -
Upload your data and it will be persisted