Skip to content

Commit

Permalink
Update according to wsidicom API
Browse files Browse the repository at this point in the history
The `WsiDicomWebClient` class now takes a `DICOMwebClient` object
as its argument. Update our instantiation to reflect this.

Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Nov 21, 2023
1 parent 0336b43 commit 6f165e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/dicom/large_image_source_dicom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def _open_wsi_dicomweb(self, info):
requested_transfer_syntax=transfer_syntax)

def _identify_dicomweb_transfer_syntax(self, client, study_uid, series_uid):
# "client" is a DICOMwebClient
# "client" is a dicomweb_client.DICOMwebClient

# This is how we select the JPEG type to return
# The available transfer syntaxes used by wsidicom may be found here:
Expand Down

0 comments on commit 6f165e1

Please sign in to comment.