LAUREL BRIDGE

ProgramCallbackStoreServerGetSessionSettings Method

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

Namespace:  LaurelBridge.DCF.Examples.StoreSCP
Assembly:  StoreSCP (in StoreSCP.exe) Version: DCF34 r10560 DCF_3_4_10
Syntax

C#
public DicomSessionSettings GetSessionSettings(
	AssociationAcceptor assoc
)

Parameters

assoc
Type: AssociationAcceptor
The AssociationAcceptor for the given association

Return Value

Type: DicomSessionSettings
A default DicomSessionSettings object
See Also

Reference