LAUREL BRIDGE

ProgramCallbackMWLServerGetSessionSettings Method

DICOM Connectivity Framework V3.4
Returns a DicomSessionSettings object to be used for the association.

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

C#
public DicomSessionSettings GetSessionSettings(
	AssociationAcceptor assoc
)

Parameters

assoc
Type: AssociationAcceptor
The AssociationAcceptor handling the association.

Return Value

Type: DicomSessionSettings
The DicomSessionSettings for the given association.
See Also

Reference