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

ApplicationEntity.hasTransferCapabilityFor(sopClass, role) #704

Closed
gunterze opened this issue Apr 10, 2020 · 0 comments
Closed

ApplicationEntity.hasTransferCapabilityFor(sopClass, role) #704

gunterze opened this issue Apr 10, 2020 · 0 comments
Assignees
Milestone

Comments

@gunterze
Copy link
Member

public class ApplicationEntity implements Serializable {
...
    public boolean hasTransferCapabilityFor(
            String sopClass, TransferCapability.Role role) {
        return (role == TransferCapability.Role.SCU ? scuTCs : scpTCs).containsKey(sopClass);
    }
@gunterze gunterze added this to the 5.22.1 milestone Apr 10, 2020
@gunterze gunterze self-assigned this Apr 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant