LEADTOOLS Medical (Leadtools.Dicom.Scp assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CFindResponseEventArgs Constructor
See Also 
Leadtools.Dicom.Scp Namespace > CFindResponseEventArgs Class : CFindResponseEventArgs Constructor



presentationId
The presentation ID of the C-FIND request.
messageID
The message ID of the C-FIND request.
abstractClass
The Abstract Syntax of the C-FIND request.
status
The status for processing the C-FIND request.
responseDataset
The Leadtools.Dicom.DicomDataSet which will be sent with the response.
Initializes a new instance of the CFindResponseEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal presentationId As Byte, _
   ByVal messageID As Integer, _
   ByVal abstractClass As String, _
   ByVal status As DicomCommandStatusType, _
   ByVal responseDataset As DicomDataSet _
)
Visual Basic (Usage)Copy Code
Dim presentationId As Byte
Dim messageID As Integer
Dim abstractClass As String
Dim status As DicomCommandStatusType
Dim responseDataset As DicomDataSet
 
Dim instance As New CFindResponseEventArgs(presentationId, messageID, abstractClass, status, responseDataset)
C# 
public CFindResponseEventArgs( 
   byte presentationId,
   int messageID,
   string abstractClass,
   DicomCommandStatusType status,
   DicomDataSet responseDataset
)
C++/CLI 
public:
CFindResponseEventArgs( 
   byte presentationId,
   int messageID,
   String^ abstractClass,
   DicomCommandStatusType status,
   DicomDataSet^ responseDataset
)

Parameters

presentationId
The presentation ID of the C-FIND request.
messageID
The message ID of the C-FIND request.
abstractClass
The Abstract Syntax of the C-FIND request.
status
The status for processing the C-FIND request.
responseDataset
The Leadtools.Dicom.DicomDataSet which will be sent with the response.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features