Interface PresentationContextSelectionPolicy

    • Method Detail

      • applyPresentationContextSelectionPolicy

        java.util.LinkedList applyPresentationContextSelectionPolicy​(java.util.LinkedList presentationContexts,
                                                                     int associationNumber,
                                                                     int debugLevel)
        Accept or reject Presentation Contexts.
        Parameters:
        presentationContexts - a java.util.LinkedList of PresentationContext objects, each of which contains an Abstract Syntax (SOP Class UID) with one or more Transfer Syntaxes
        associationNumber - for debugging messages
        debugLevel - ignored
        Returns:
        the java.util.LinkedList of 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)"
      • applyPresentationContextSelectionPolicy

        java.util.LinkedList applyPresentationContextSelectionPolicy​(java.util.LinkedList presentationContexts,
                                                                     int associationNumber)
        Accept or reject Presentation Contexts.
        Parameters:
        presentationContexts - a java.util.LinkedList of PresentationContext objects, each of which contains an Abstract Syntax (SOP Class UID) with one or more Transfer Syntaxes
        associationNumber - for debugging messages
        Returns:
        the java.util.LinkedList of 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)"