LAUREL BRIDGE

ProgramExtendedVerificationServer Class

DICOM Connectivity Framework V3.4
ExtendedVerificationServer 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.DCFExamples.VerificationSCPExtendedProgramExtendedVerificationServer

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

C#
public class ExtendedVerificationServer : AssociationListenerAdapter

The ProgramExtendedVerificationServer type exposes the following members.

Constructors

  NameDescription
Public methodProgramExtendedVerificationServer(Int32)
Constructor
Public methodProgramExtendedVerificationServer(Int32, IListAllowedPresentationContext)
Constructor with allowed presentation contexts.
Public methodProgramExtendedVerificationServer(Options, IListAllowedPresentationContext)
Constructor with command line options and allowed presentation contexts
Top
Methods

  NameDescription
Public methodBeginAssociation
Callback for beginning the association.
(Overrides AssociationListenerAdapter.BeginAssociation(AssociationAcceptor).)
Public methodBeginListening
Start listening for associations via the AssociationManager.
Public methodGetSessionSettings
Get the session settings for the AssociationAcceptor.
Public methodStop
Stop receiving any new associations.
Top
See Also

Reference