LAUREL BRIDGE

ProgramSampleVNAServerGetSessionSettings Method

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

Namespace:  LaurelBridge.DCF.Examples.SampleVNA
Assembly:  SampleVNA (in SampleVNA.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public DicomSessionSettings GetSessionSettings(
	AssociationAcceptor assoc
)

Parameters

assoc
Type: AssociationAcceptor
The AssociationAcceptor for the given association

Return Value

Type: DicomSessionSettings
the DicomSessionSettings for the association
See Also

Reference