←Select platform

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 Leadtools.Medical.Dataaccesslayer.MatchingParameterList _ 
)  
protected: 
void SendCFindResponsesToClientSession(  
   Leadtools.Medical.Dataaccesslayer.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly