LAUREL BRIDGE

ProgramCallbackStoreServer Class

DICOM Connectivity Framework V3.4
CallbackStoreServer handles C-STORE requests on the associations by registering a callback that StoreSCP will call when the C-STORE request is received.
Inheritance Hierarchy

SystemObject
  AssociationListenerAdapter
    LaurelBridge.DCF.Examples.StoreSCPProgramCallbackStoreServer

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

C#
public class CallbackStoreServer : AssociationListenerAdapter

The ProgramCallbackStoreServer type exposes the following members.

Constructors

  NameDescription
Public methodProgramCallbackStoreServer
Constructs an CallbackStoreServer that listens on the specified port.
Top
Methods

  NameDescription
Public methodBeginAssociation
Creates a StoreSCP object to potentially handle the association that caused this 'beginAssociation' method to be called.
(Overrides AssociationListenerAdapter.BeginAssociation(AssociationAcceptor).)
Public methodBeginListening
Start listening for associations via the AssociationManager.
Public methodGetSessionSettings
Returns a DicomSessionSettings object to be used for the association.
Top
See Also

Reference