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

Allow loading multiple series with DICOMweb #122

Merged

Commits on Nov 7, 2023

  1. Allow loading multiple series with DICOMweb

    `WsiDicom.open_web()` was modified to be able to either take a single
    series uid (as before) or a list of series uids. If a list of series
    uids is passed, their instances are all loaded together. This can be
    useful for cases where, for instance, different optical paths are located
    in different series.
    
    This also loosens the UID matching to only check the frame of references.
    
    This also adds `TotalPixelMatrixOriginSequence` matching when comparing
    datasets.
    
    Fixes: imi-bigpicture#118
    
    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    415e1c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Fix isinstance() check for series uids

    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a85e2d1 View commit details
    Browse the repository at this point in the history
  2. Fix logic in SlideUids.matches()

    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    470ec54 View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    bc0d6c4 View commit details
    Browse the repository at this point in the history