Skip to content

cristianmiranda/orthanc-ohif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚕ Orthanc + OHIF viewer + Authorization plugin

Peek 2023-07-06 19-39

📚 Useful links

Usage

  1. Unzip orthanc/demo-study.zip

  2. Run the stack

docker-compose up
  1. Upload the study manually (using the top right "Upload" button)

Access OHIF Viewer fromm Orthanc

Query studies

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

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

🔐 Authorization

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

See more @ https://book.orthanc-server.com/plugins/authorization.html#web-service