LAUREL BRIDGE

ProgramCallbackQueryServerCFind Method

DICOM Connectivity Framework V3.4
Create and send some canned responses to the SCU.

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

C#
public IEnumerable<CFindResponse> CFind(
	AssociationAcceptor acceptor,
	CFindRequest request
)

Parameters

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

Return Value

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

Reference