LAUREL BRIDGE

ProgramCallbackQueryServer Constructor

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

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

C#
public CallbackQueryServer(
	IList<AllowedPresentationContext> allowedPresentationContexts
)

Parameters

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

Reference