Sends a Data message to a connection.
public void SendData(
int presentationID,
Leadtools.Dicom.DicomDataSet commandSet,
Leadtools.Dicom.DicomDataSet dataSet
)
Public Sub SendData( _
ByVal presentationID As Integer, _
ByVal commandSet As Leadtools.Dicom.DicomDataSet, _
ByVal dataSet As Leadtools.Dicom.DicomDataSet _
)
public void SendData(
int presentationID,
Leadtools.Dicom.DicomDataSet commandSet,
Leadtools.Dicom.DicomDataSet dataSet
)
function Leadtools.Dicom.Networking.DicomNet.SendData(
presentationID ,
commandSet ,
dataSet
)
public:
void SendData(
int presentationID,
Leadtools.Dicom.DicomDataSet^ commandSet,
Leadtools.Dicom.DicomDataSet^ dataSet
)
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.
commandSet
A DicomDataSet object that contains the Command Set which specifies the actual command message.
dataSet
A DicomDataSet object that contains the actual data. This may be a null reference (Nothing in VB) if no Data Set is included.
This is a low level means of sending DICOM messages and data. It allows you to send messages yourself, instead of using the high level message sending methods provided. For more information about sending messages, refer to Sending Messages.
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