CreateCFindCommand Method

Summary

Returns a C-FIND command that can handle the abstract class in the provided proxy.

Syntax
C#
VB
C++
  
Public Overridable Function CreateCFindCommand( _ 
   ByVal sessionProxy As ICFindClientSessionProxy, _ 
   ByVal requestDataSet As DicomDataSet _ 
) As DicomCommand 
public: 
virtual DicomCommand^ CreateCFindCommand(  
   ICFindClientSessionProxy^ sessionProxy, 
   DicomDataSet^ requestDataSet 
)  

Parameters

sessionProxy
The Leadtools.Dicom.Scp.ICFindClientSessionProxy object which will be used to handle the communication with the client.

requestDataSet
The Leadtools.Dicom.DicomDataSet which is received with the client request.

Return Value

Returns the created DicomCommand.

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