←Select platform

SendData Method (DicomNet)

Summary

Sends a Data message to a connection.

Syntax

C#
VB
WinRT C#
C++
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 
)  

Parameters

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.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly