C#
VB
C++
This method is called after data has been sent using the SendNonSecureIscl method.
protected virtual void OnNonSecureSendIscl(
DicomExceptionCode error,
byte type,
int length
)
Protected Overridable Sub OnNonSecureSendIscl( _
ByVal error As Leadtools.Dicom.DicomExceptionCode, _
ByVal type As Byte, _
ByVal length As Integer _
)
protected:
virtual void OnNonSecureSendIscl(
Leadtools.Dicom.DicomExceptionCode error,
byte type,
int length
)
error
An error code.
type
The type of data transmitted. This can be either the first byte of the DICOM message or 0, if it cannot be identified.
length
The length of the data sent, in bytes.
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