Notifies a connection when a Data message was received.
void OnReceiveData(byte presentationID,Leadtools.Dicom.DicomDataSet cs,Leadtools.Dicom.DicomDataSet ds,Leadtools.Dicom.Networking.DicomNet net)
Sub OnReceiveData( _ByVal presentationID As Byte, _ByVal cs As Leadtools.Dicom.DicomDataSet, _ByVal ds As Leadtools.Dicom.DicomDataSet, _ByVal net As Leadtools.Dicom.Networking.DicomNet _)
void OnReceiveData(byte presentationID,Leadtools.Dicom.DicomDataSet cs,Leadtools.Dicom.DicomDataSet ds,Leadtools.Dicom.Networking.DicomNet net)
function Leadtools.Dicom.Networking.IDicomEvents.OnReceiveData(presentationID ,cs ,ds ,net)
void OnReceiveData(byte presentationID,Leadtools.Dicom.DicomDataSet^ cs,Leadtools.Dicom.DicomDataSet^ ds,Leadtools.Dicom.Networking.DicomNet^ net)
presentationID
The Presentation Context ID. The ID provides information about both the class type of the data and the Transfer Syntax to use when transferring the data.
cs
A DicomDataSet object that contains the Command Set which specifies the actual command message.
ds
A DicomDataSet object that contains the actual data. This may be a null reference (Nothing in VB) if no Data Set is included.
net
The DicomNet object of the peer member of the connection.
This is a low level means of receiving DICOM messages and data. It allows you to process messages yourself, instead of using the high level message processing methods provided. This method is called for each DicomNet.SendCXXX or DicomNet.SendNXXX method provided by LEADTOOLS.
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
