LAUREL BRIDGE

ExtendedQRSCPCFindRq Method

DICOM Connectivity Framework V3.4
Implementation of CFindRq message.

Namespace:  LaurelBridge.DCF.Examples.QuerySCP
Assembly:  QuerySCP (in QuerySCP.exe) Version: DCF34 r10560 DCF_3_4_10
Syntax

C#
public override void CFindRq(
	CFindRequest msg
)

Parameters

msg
Type: CFindRequest
The DIMSE message.
Remarks

This method must perform the actual work of handling the CFindRequest on a separate thread so that this thread can go back to listening for a possible CCancelRequest DIMSE message.
See Also

Reference