Sends the matched C-FIND responses to the client.
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
matchingParameters
The matching parameters received by the C-FIND request to query for the DICOM results.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET