Find(DicomScp,DicomDataSet) Method

Summary

Sends a C-FIND-REQ message to a peer member of a connection defined by Scp.

Syntax
C#
VB
C++
public void Find( 
   DicomScp Scp, 
   DicomDataSet request 
) 
  
Public Overloads Sub Find( _ 
   ByVal Scp As DicomScp, _ 
   ByVal request As DicomDataSet _ 
)  
public: 
void Find(  
   DicomScp^ Scp, 
   DicomDataSet^ request 
)  

Parameters

Scp
The peer connection to send the C-FIND-REQ to.

request
The DICOM data sets which describes the query information to search for.

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.Scu Assembly