OnReceiveCFindResponse Method

Summary

Called when C-FIND-RSP is received.

Syntax
C#
VB
C++
protected override void OnReceiveCFindResponse( 
   byte presentationID, 
   int messageID, 
   string affectedClass, 
   DicomCommandStatusType status, 
   DicomDataSet dataSet 
) 
  
Protected Overrides Sub OnReceiveCFindResponse( _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal affectedClass As String, _ 
   ByVal status As DicomCommandStatusType, _ 
   ByVal dataSet As DicomDataSet _ 
)  
protected: 
void OnReceiveCFindResponse(  
   byte presentationID, 
   int messageID, 
   String^ affectedClass, 
   DicomCommandStatusType status, 
   DicomDataSet^ dataSet 
) override  

Parameters

presentationID
The presentation ID.

messageID
The message ID.

affectedClass
The affected class.

status
The status.

dataSet
The data set.

Remarks

Used internally by Scu implementation.

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