- Run the stack
docker-compose up
- Upload the study manually (using the top right "Upload" button and studies zipped in
orthanc/demo-study.zip
)
- Explorer: http://localhost:8042/app/explorer.html?token=1234567890
- Viewer: http://localhost:3000/viewer?StudyInstanceUIDs=1.2.840.113619.2.394.3337.1732016885.186.1&token=1234567890
curl -H 'token: 1234567890' 'http://localhost:8042/studies'
curl 'http://localhost:8042/studies?token=1234567890'
Modify authenticator/server.js
and implement custom validation logic.
See more @