C#
VB
C++
Notifies an implementor that data was sent.
public void OnSend(
DicomClient Client,
DicomExceptionCode error,
DicomPduType type,
int length
)
Sub OnSend( _
ByVal Client As Leadtools.Dicom.Addin.DicomClient, _
ByVal error As Leadtools.Dicom.DicomExceptionCode, _
ByVal type As Leadtools.Dicom.DicomPduType, _
ByVal length As Integer _
)
void OnSend(
Leadtools.Dicom.Addin.DicomClient^ Client,
Leadtools.Dicom.DicomExceptionCode error,
Leadtools.Dicom.DicomPduType type,
int length
)
Client
The client this notification applies to.
error
An error code.
type
The type of data that was sent.
length
The number of bytes of the data actually sent.
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