LAUREL BRIDGE

OverrideQRSCPCMoveRq Method

DICOM Connectivity Framework V3.4
Implementation of the CMoveRq method.

Namespace:  LaurelBridge.DCF.Examples.QuerySCPExtended
Assembly:  QuerySCPExtended (in QuerySCPExtended.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public override void CMoveRq(
	CMoveRequest msg
)

Parameters

msg
Type: CMoveRequest
The DIMSE message.
Remarks

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

Reference