cristianmiranda / orthanc-ohif

⚕ Orthanc + OHIF + Authorization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚕ 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

About

⚕ Orthanc + OHIF + Authorization

License:MIT License


Languages

Language:JavaScript 93.8%Language:Dockerfile 6.2%