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.StoreSCPExtendedProgramExtendedStoreServer

Namespace:  LaurelBridge.DCF.Examples.StoreSCPExtended
Assembly:  StoreSCPExtended (in StoreSCPExtended.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
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
Override of BeginAssociation which is called during association negotiation. Register an extended StoreSCP object to handle store requests for our allowed presentation contexts.
(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