LAUREL BRIDGE

AssociationRejectionExampleServer Class

DICOM Connectivity Framework V3.4
This server utilizes hardcoded lists of calling AE titles, called AE titles, and IP addresses to demonstrate how to behave differently as a function of those values, which includes accepting or rejecting the association.
Inheritance Hierarchy

SystemObject
  AssociationListenerAdapter
    LaurelBridge.DCFExamples.AssociationRejectionAssociationRejectionExampleServer

Namespace:  LaurelBridge.DCFExamples.AssociationRejection
Assembly:  AssociationRejection (in AssociationRejection.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public class AssociationRejectionExampleServer : AssociationListenerAdapter

The AssociationRejectionExampleServer type exposes the following members.

Constructors

  NameDescription
Public methodAssociationRejectionExampleServer(Int32)
Callback store server constructor.
Public methodAssociationRejectionExampleServer(Int32, IListAllowedPresentationContext)
Callback store server with allowed presentation contexts.
Top
Methods

  NameDescription
Public methodBeginAssociation
Call back for begin association.
(Overrides AssociationListenerAdapter.BeginAssociation(AssociationAcceptor).)
Public methodBeginListening
Start listening for associations via the AssociationManager.
Public methodGetSessionSettings
Return the session settings for the given association acceptor.
Public methodStop
Stop the server.
Top
See Also

Reference