←Select platform

SendCFindResponse(byte,int,string,DicomCommandStatusType,StatusBase,DicomDataSet,string) 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 statusArgs As StatusBase, 
   ByVal responseDataset As DicomDataSet, 
   ByVal descriptionMessage As String 
) 

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.

statusArgs

An object derived from StatusBase used to set optional status DICOM Elements in the command set.

responseDataset

A Leadtools.Dicom.DicomDataSet containing 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.