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



status
The status of the N-SET response.
responseDataset
A Leadtools.Dicom.DicomDataSet which includes the failed SOP Instance UID list.
descriptionMessage
A description message used for logging.
status
The status of the N-SET response.
responseDataset
A Leadtools.Dicom.DicomDataSet which includes the failed SOP Instance UID list.
descriptionMessage
A description message used for logging.
Sends a DICOM N-SET response to the underlying ClientSession object.

Syntax

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

Parameters

status
The status of the N-SET response.
responseDataset
A Leadtools.Dicom.DicomDataSet which includes the failed SOP Instance UID list.
descriptionMessage
A description message used for logging.

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