Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
feliwir committed Feb 28, 2024
1 parent 2073f2d commit 393e690
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@

This is a DICOMweb server toolkit, which enables writing servers implementing the DICOMweb protocol

## Running

By default the server will run on "http://localhost:8080"
```
cargo run
```
### Uploading data

Use a DICOMweb client to upload / retrieve datasets. E.g. https://dicomweb-client.readthedocs.io/en/latest/usage.html#command-line-interface-cli

### Use with OHIF Viewer

- Clone [OHIF Viewer](https://github.com/OHIF/Viewers)
- Add a config file `platform/app/public/config/local_dicomweb_rs.js`. Depending on your configuration it should look like [this](https://gist.github.com/feliwir/458a63e46ccf57c41cb087dea1fa091e)
- Set `APP_CONFIG` environment variable to our config. E.g. `export APP_CONFIG=config/local_dicomweb_rs.js`
- Build OHIF Viewer like [this](https://docs.ohif.org/deployment/build-for-production/#restore-dependencies--build).

## Supported features

- [ ] QIDO-RS
Expand Down

0 comments on commit 393e690

Please sign in to comment.