LAUREL BRIDGE

ProgramExtendedQueryServer Constructor

DICOM Connectivity Framework V3.4
Constructs an ExtendedQueryServer that will service incoming associations.

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

C#
public ExtendedQueryServer(
	string imageStorageDirectory,
	int moveDestinationPort,
	IList<AllowedPresentationContext> allowedPresentationContexts
)

Parameters

imageStorageDirectory
Type: SystemString
The directory in which to look for matching instance.
moveDestinationPort
Type: SystemInt32
The port on which matching C-MOVE instances are to be sent back; assumed to be on same address, "localhost".
allowedPresentationContexts
Type: System.Collections.GenericIListAllowedPresentationContext
The list of presentation contexts that will be allowed
See Also

Reference