C#
VB
C++
Sends a DICOM N-ACTION response to the underlying ClientSession object.
public void SendNActionResponse(
DicomCommandStatusType status,
DicomDataSet responseDataset,
string descriptionMessage
)
Public Sub SendNActionResponse( _
ByVal status As Leadtools.Dicom.DicomCommandStatusType, _
ByVal responseDataset As Leadtools.Dicom.DicomDataSet, _
ByVal descriptionMessage As String _
)
public:
void SendNActionResponse(
Leadtools.Dicom.DicomCommandStatusType status,
Leadtools.Dicom.DicomDataSet^ responseDataset,
String^ descriptionMessage
)
status
The status of the N-ACTION response.
responseDataset
The response dataset.
descriptionMessage
A descriptive message used for logging.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET