LEADTOOLS Medical (Leadtools.Dicom.Scp assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SendCFindResponsesToClientSession Method
See Also 
Leadtools.Dicom.Scp.Command Namespace > CFindCommand Class : SendCFindResponsesToClientSession Method



matchingParameters
The matching parameters received by the C-FIND request to query for the DICOM results.
matchingParameters
The matching parameters received by the C-FIND request to query for the DICOM results.
Sends the matched C-FIND responses to the client.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Sub SendCFindResponsesToClientSession( _
   ByVal matchingParameters As MatchingParameterList _
) 
Visual Basic (Usage)Copy Code
Dim instance As CFindCommand
Dim matchingParameters As MatchingParameterList
 
instance.SendCFindResponsesToClientSession(matchingParameters)
C# 
protected abstract void SendCFindResponsesToClientSession( 
   MatchingParameterList matchingParameters
)
C++/CLI 
protected:
abstract void SendCFindResponsesToClientSession( 
   MatchingParameterList^ matchingParameters
) 

Parameters

matchingParameters
The matching parameters received by the C-FIND request to query for the DICOM results.

Remarks

This method should only send the Pending C-FIND responses to the client without including the last C-FIND response which includes the final status.

The last C-FIND response which indicates the status of the C-FIND operation will be send by the CFindCommand after calling this method.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features