LAUREL BRIDGE

ProgramCallbackQueryServerCMove Method

DICOM Connectivity Framework V3.4
Move some canned responses to a Store SCP and send CMoveResponses the SCU.

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

C#
public IEnumerable<CMoveResponse> CMove(
	AssociationAcceptor acceptor,
	CMoveRequest request
)

Parameters

acceptor
Type: AssociationAcceptor
The AssociationAcceptor for the given association
request
Type: CMoveRequest
The inbound CMoveRequest

Return Value

Type: IEnumerableCMoveResponse
An IEnumerable list of zero or more pending responses and one final response
See Also

Reference