LAUREL BRIDGE

ProgramMyVerificationSCUCreateDicomSocket Method

DICOM Connectivity Framework V3.4
Create DICOM socket with host, port, session settings, and association info

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

C#
protected override DicomSocket CreateDicomSocket(
	string host,
	int port,
	DicomSessionSettings sessionSettings,
	AssociationInfo ainfo
)

Parameters

host
Type: SystemString
Host of Echo SCP
port
Type: SystemInt32
Port for Echo SCP
sessionSettings
Type: DicomSessionSettings
DICOM session settings
ainfo
Type: AssociationInfo
association info

Return Value

Type: DicomSocket
new instance of a DicomSocket
See Also

Reference