LAUREL BRIDGE

ProgramExtendedQueryServer Constructor

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

Namespace:  LaurelBridge.DCF.Examples.QuerySCPExtended
Assembly:  QuerySCPExtended (in QuerySCPExtended.exe) Version: DCF34 r11295 DCF_3_4_22
Syntax

C#
public ExtendedQueryServer(
	IList<AllowedPresentationContext> allowedPresentationContexts
)

Parameters

allowedPresentationContexts
Type: System.Collections.GenericIListAllowedPresentationContext
The list of presentation contexts that will be allowed
See Also

Reference