public interface PresentationContextSelectionPolicy
Implementations of this interface accept or reject Presentation Contexts from a list based on the proposed combinations of Abstract Syntax and Transfer Syntax.
Modifier and Type | Method and Description |
---|---|
java.util.LinkedList |
applyPresentationContextSelectionPolicy(java.util.LinkedList presentationContexts,
int associationNumber,
int debugLevel)
Accept or reject Presentation Contexts.
|
java.util.LinkedList applyPresentationContextSelectionPolicy(java.util.LinkedList presentationContexts, int associationNumber, int debugLevel)
presentationContexts
- a java.util.LinkedList of PresentationContext
objects,
each of which contains an Abstract Syntax (SOP Class UID) with one or more Transfer SyntaxesassociationNumber
- for debugging messagesdebugLevel
- PresentationContext
objects,
as supplied but with the result/reason field set to either "acceptance" or
"abstract syntax not supported (provider rejection)" or
"transfer syntaxes not supported (provider rejection)" or
" no reason (provider rejection)"