LAUREL BRIDGE

ProgramMyVerificationSCU Class

DICOM Connectivity Framework V3.4
MyVerificationSCU extends VerificationSCU to override the CreateDicomSocket method
Inheritance Hierarchy

SystemObject
  DimseServiceUser
    AssociationRequester
      VerificationSCU
        LaurelBridge.DCFExamples.EchoSCUProgramMyVerificationSCU

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

C#
public class MyVerificationSCU : VerificationSCU

The ProgramMyVerificationSCU type exposes the following members.

Constructors

  NameDescription
Public methodProgramMyVerificationSCU(Options)
Constructor with command line options
Public methodProgramMyVerificationSCU(AssociationInfo, Options, DicomSocketCreator)
Constructor with AssociationInfo, session settings, command line options and socket creator that supports unencrypted and TLS connections
Top
Methods

  NameDescription
Protected methodCreateDicomSocket
Create DICOM socket with host, port, session settings, and association info
(Overrides AssociationRequester.CreateDicomSocket(String, Int32, DicomSessionSettings, AssociationInfo).)
Top
See Also

Reference