SendCFindResponse Method

Summary

Sends a C-FIND response to the client.

Syntax
C#
VB
C++
  
Public Sub SendCFindResponse( _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal abstractClass As String, _ 
   ByVal status As DicomCommandStatusType, _ 
   ByVal responseDataset As DicomDataSet, _ 
   ByVal descriptionMessage As String _ 
)  
public: 
void SendCFindResponse(  
   byte presentationID, 
   int messageID, 
   String^ abstractClass, 
   DicomCommandStatusType status, 
   DicomDataSet^ responseDataset, 
   String^ descriptionMessage 
)  

Parameters

presentationID
The presentation ID that came with the C-FIND request.

messageID
The message ID that came with the C-FIND request.

abstractClass
The Abstract Class that came with the C-FIND request.

status
The status for the C-FIND response.

responseDataset
Contains the matching attributes for the C-FIND request. This parameter should be null except when the status is DicomCommandStatusType.Pending

descriptionMessage
A description message used for logging.

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