LAUREL BRIDGE

OverrideQRSCP Constructor

DICOM Connectivity Framework V3.4
Constructor with acceptor and list of allowed presentation contexts.

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

C#
public OverrideQRSCP(
	AssociationAcceptor acceptor,
	IList<AllowedPresentationContext> allowedContexts
)

Parameters

acceptor
Type: AssociationAcceptor
The AssociationAcceptor for this assocation.
allowedContexts
Type: System.Collections.GenericIListAllowedPresentationContext
The list of allowed contexts.
See Also

Reference