LAUREL BRIDGE

ProgramMyVerificationSCU Constructor (AssociationInfo, Options, DicomSocketCreator)

DICOM Connectivity Framework V3.4
Constructor with AssociationInfo, session settings, command line options and socket creator that supports unencrypted and TLS connections

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

C#
public MyVerificationSCU(
	AssociationInfo ainfo,
	Options options,
	DicomSocketCreator socketCreator
)

Parameters

ainfo
Type: AssociationInfo
association info
options
Type: LaurelBridge.DCFExamples.EchoSCUOptions
command line options
socketCreator
Type: LaurelBridge.DCFExamples.EchoSCUDicomSocketCreator
DICOM socket creator
See Also

Reference