Skip to content

Interface between research and clinical environments for ID tracking and Dicom images

Notifications You must be signed in to change notification settings

merky/bosphorus

Repository files navigation

Bosphorus

Requirements

  • Orthanc 0.7.5 (lightweight DICOM server)
  • Python 2.7 (along with libraries, see requirements.txt)
  • Docker 0.11 (for preferred deployment)

Setup

Note: see docker-bosphorus for easy installation using docker containers.

Here's a simplified breakdown of installation:

  • Install/configure Orthanc (modify your orthanc.config.json)
  • Start Orthanc
  • Download orthancpy
git clone github.com/merky/orthancpy.git
  • Download Bosphorus and install libraries
git clone github.com/merky/bosphorus.git
cd bosphorus
pip install -r requirements.txt
  • Configure Bosphorus by modifying bosphorus/settings.py

Initialize DB

python manage.py createdb
python manage.py init_ids fake_names.txt

Run

python manage.py server

About

Interface between research and clinical environments for ID tracking and Dicom images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages