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

Update WsiDicomWebClient init call #1371

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

psavery
Copy link
Collaborator

@psavery psavery commented Nov 13, 2023

As of the latest wsidicom release (0.13.0), the new __init__ method just takes a DICOMwebClient object. The old __init__ method was moved to the class method create_client(). So we need to update the way we initialize it.

In #1349, we are adding authentication where we create the DICOMwebClient object ourselves, so go ahead and do that now to simplify that one.

As of the latest `wsidicom` release (0.13.0), the new `__init__` method
just takes a `DICOMwebClient` object. The old `__init__` method was
moved to the class method `create_client()`. So we need to update
the way we initialize it.

In girder#1349, we are adding authentication where we create the DICOMwebClient
object ourselves, so go ahead and do that now to simplify that one.

Signed-off-by: Patrick Avery <[email protected]>
@psavery psavery force-pushed the update-wsidicom-init branch from 6a3f0f3 to 3cf9860 Compare November 13, 2023 17:01
@psavery psavery requested a review from manthey November 13, 2023 17:37
@manthey manthey merged commit 0b0654c into girder:master Nov 13, 2023
5 checks passed
@psavery psavery deleted the update-wsidicom-init branch November 13, 2023 19:16
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.

2 participants