LAUREL BRIDGE

ProgramCallbackVerificationServer Class

DICOM Connectivity Framework V3.4
CallbackVerificationServer handles associations by creating a custom Verification SCP that extends VerificationSCP to handle the C-ECHO requests on the association.
Inheritance Hierarchy

SystemObject
  AssociationListenerAdapter
    LaurelBridge.DCF.Examples.VerificationSCPProgramCallbackVerificationServer

Namespace:  LaurelBridge.DCF.Examples.VerificationSCP
Assembly:  VerificationSCP (in VerificationSCP.exe) Version: DCF34 r10560 DCF_3_4_10
Syntax

C#
public class CallbackVerificationServer : AssociationListenerAdapter

The ProgramCallbackVerificationServer type exposes the following members.

Constructors

  NameDescription
Public methodProgramCallbackVerificationServer(Int32)
Callback verification server constructor.
Public methodProgramCallbackVerificationServer(Int32, IListAllowedPresentationContext)
Callback verification 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 methodCEcho
Handler for CEcho.
Public methodGetSessionSettings
Return the session settings for the given association acceptor.
Public methodStop
Stop the server.
Top
See Also

Reference