LAUREL BRIDGE

OverrideQRSCP Constructor

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

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

C#
public OverrideQRSCP(
	string imageStorageDirectory,
	int moveDestinationPort,
	AssociationAcceptor acceptor,
	IList<AllowedPresentationContext> allowedContexts
)

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".
acceptor
Type: AssociationAcceptor
The AssociationAcceptor for this association.
allowedContexts
Type: System.Collections.GenericIListAllowedPresentationContext
The list of allowed contexts.
See Also

Reference