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 DICOMweb filters and "limit" parameter #1327

Merged
merged 11 commits into from
Oct 18, 2023

Conversation

psavery
Copy link
Collaborator

@psavery psavery commented Oct 3, 2023

Add a JSON text area for DICOMweb filters

This is forwarded directly to the DICOMweb client's search_for_series()
function. Example:

{
    "PatientID": "ABC123"
}

This also adds a "limit" parameter to limit the number of studies that get searched. It defaults to 100.

Currently, these options appear like this:

image

Fixes: #1312

This is forwarded directly to the DICOMweb client's `search_for_series()`
function.

```json
{
    "PatientID": "ABC123"
}
```

Signed-off-by: Patrick Avery <[email protected]>
This will limit the number of DICOMweb objects that are imported.

Signed-off-by: Patrick Avery <[email protected]>
Signed-off-by: Patrick Avery <[email protected]>
This checks the use of filter parameters and several validation steps.

Signed-off-by: Patrick Avery <[email protected]>
They get validated already on the server, so this is not needed.

Signed-off-by: Patrick Avery <[email protected]>
It is not needed.

Signed-off-by: Patrick Avery <[email protected]>
Signed-off-by: Patrick Avery <[email protected]>
@manthey manthey merged commit a468819 into girder:master Oct 18, 2023
5 checks passed
@psavery psavery deleted the dicomweb-filters branch October 18, 2023 18:25
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.

Add filtering support for DICOMweb imports
2 participants