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



status
The status of the DICOM C-Find response.
responseDataset
The Leadtools.Dicom.DicomDataSet result of the C-Find response.
descriptionMessage
A description message associated with the C-Find response used for logging.
status
The status of the DICOM C-Find response.
responseDataset
The Leadtools.Dicom.DicomDataSet result of the C-Find response.
descriptionMessage
A description message associated with the C-Find response used for logging.
Sends a DICOM C-Find response to the underlying ClientSession object.

Syntax

Visual Basic (Declaration) 
Sub SendCFindResponse( _
   ByVal status As DicomCommandStatusType, _
   ByVal responseDataset As DicomDataSet, _
   ByVal descriptionMessage As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As ICFindClientSessionProxy
Dim status As DicomCommandStatusType
Dim responseDataset As DicomDataSet
Dim descriptionMessage As String
 
instance.SendCFindResponse(status, responseDataset, descriptionMessage)
C# 
void SendCFindResponse( 
   DicomCommandStatusType status,
   DicomDataSet responseDataset,
   string descriptionMessage
)
C++/CLI 
void SendCFindResponse( 
   DicomCommandStatusType status,
   DicomDataSet^ responseDataset,
   String^ descriptionMessage
) 

Parameters

status
The status of the DICOM C-Find response.
responseDataset
The Leadtools.Dicom.DicomDataSet result of the C-Find response.
descriptionMessage
A description message associated with the C-Find response used for logging.

Remarks

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