Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial DICOMweb support #1303

Merged
merged 1 commit into from
Sep 20, 2023
Merged

Add initial DICOMweb support #1303

merged 1 commit into from
Sep 20, 2023

Conversation

psavery
Copy link
Collaborator

@psavery psavery commented Sep 15, 2023

This creates a new DICOMweb assetstore that is used to track resources on a DICOMweb server. The user provides the DICOMweb server URL and optionally QIDO and WADO prefixes (if the server requires them). The user is then able to import references to the objects on the DICOMweb server.

The files that are created via this assetstore are able to be viewed with the dicom tile source, which has been extended to handle files on a DICOMweb server.

A test was also added that utilizes the public DICOMweb server located here.

There is still more work to do in future PRs, including:

  • Adding a search/filter capability
  • Adding authentication for non-public servers
  • Query and store metadata from the DICOMweb objects

Fixes: #1204

@psavery psavery force-pushed the dicomweb branch 8 times, most recently from 854b152 to 77fc7a2 Compare September 18, 2023 16:06
@psavery psavery force-pushed the dicomweb branch 3 times, most recently from 2b50860 to da2cbb7 Compare September 18, 2023 22:01
@psavery psavery force-pushed the dicomweb branch 2 times, most recently from c33085c to 87b3241 Compare September 20, 2023 10:22
Copy link
Member

@manthey manthey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a fantastic start.

This creates a new DICOMweb assetstore that is used to track resources on
a DICOMweb server. The user provides the DICOMweb server URL and optionally
QIDO and WADO prefixes (if the server requires them). The user is then able
to import references to the objects on the DICOMweb server.

The files that are created via this assetstore are able to be viewed with the
dicom tile source, which has been extended to handle files on a DICOMweb
server.

A test was also added that utilizes the public DICOMweb server located
[here](https://imagingdatacommons.github.io/slim/).

There is still more work to do in future PRs, including:

* Adding a search/filter capability
* Adding authentication for non-public servers
* Query and store metadata from the DICOMweb objects

Fixes: girder#1204

Signed-off-by: Patrick Avery <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Read WSI through DICOM web
2 participants