SendCFindResponsesToClientSession Method

Summary

Sends the matched C-FIND responses to the client.

Syntax
C#
VB
C++
protected override void SendCFindResponsesToClientSession( 
   MatchingParameterList matchingParameters 
) 
  
Protected Overrides Sub SendCFindResponsesToClientSession( _ 
   ByVal matchingParameters As MatchingParameterList _ 
)  
protected: 
void SendCFindResponsesToClientSession(  
   MatchingParameterList^ matchingParameters 
) override  

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly