Skip to content

Commit

Permalink
Merge pull request #113 from RationAI/development
Browse files Browse the repository at this point in the history
chore: update docs to latest WSI service usage
  • Loading branch information
Aiosa authored Dec 18, 2024
2 parents 1556090 + c5fed81 commit a201ed6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/web/xopat_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ is to be viewed in a what way, and possibly also other things (active plugins an

## Accessing WSIs
The simples way of opening a slide is through URL parameters.
1. Go to image server deployment and add "/cases" to the url: <http://localhost:8080/cases>
2. Find slide id and add it to the xOpat deployment url: <http://localhost:9000/?slides=*SLIDE_ID*>

1. Go to image server deployment and inspect "cases" to the url: <http://localhost:8080/v3/cases>
2. Fetch desired case ID and use it to get its slides: <http://localhost:8080/v3/cases/slides?case_id=*CASE_ID>
3. Find desired slide ID and add it to the xOpat deployment url: <http://localhost:9000/?slides=*SLIDE_ID*>

Now you should have working xOpat instance.

0 comments on commit a201ed6

Please sign in to comment.