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.DCFExamples.StoreSCPCallbackProgramCallbackStoreServer

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

C#
public class CallbackStoreServer : AssociationListenerAdapter

The ProgramCallbackStoreServer type exposes the following members.

Constructors

  NameDescription
Public methodProgramCallbackStoreServer
Constructs a CallbackStoreServer that will listen on the specified port and accept the allowedPresentationContexts.
Top
Methods

  NameDescription
Public methodBeginAssociation
Override of BeginAssociation which is called during association negotiation. Register a StoreSCP object to handle store requests for our allowed presentation contexts by delegating to our CStore method.
(Overrides AssociationListenerAdapter.BeginAssociation(AssociationAcceptor).)
Public methodBeginListening
Start the AssociationManager for this server, and start listening for associations.
Public methodGetSessionSettings
Returns a DicomSessionSettings object to be used for the association.
Top
See Also

Reference