Skip to content

cristianmiranda/orthanc-ohif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚕ Orthanc + OHIF viewer + Authorization plugin

dicom2

📚 Useful links

Orthanc

OHIF

Misc

Usage

  1. Run the stack
docker-compose up
  1. Upload the study manually (using the top right "Upload" button and studies zipped in orthanc/demo-study.zip)

Access Orthanc Explorer & OHIF Viewer

image

Query studies

curl -H 'token: 1234567890' 'http://localhost:8042/studies'

curl 'http://localhost:8042/studies?token=1234567890'

🔐 Authorization

Modify authenticator/server.js and implement custom validation logic.

See more @