LAUREL BRIDGE

ProgramExtendedStoreServer Class

DICOM Connectivity Framework V3.4
ExtendedSCPStoreServer handles associations by creating a custom SCP that extends StoreSCP to handle the C-STORE requests on the association.
Inheritance Hierarchy

SystemObject
  AssociationListenerAdapter
    LaurelBridge.DCF.Examples.StoreSCPProgramExtendedStoreServer

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

C#
public class ExtendedStoreServer : AssociationListenerAdapter

The ProgramExtendedStoreServer type exposes the following members.

Constructors

  NameDescription
Public methodProgramExtendedStoreServer
Constructs an ExtendedSCPStoreServer that listens on the specified port.
Top
Methods

  NameDescription
Public methodBeginAssociation
Creates a MyExtendedStoreScp 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