←Select platform

OnReceiveUnknown Method (IDicomEvents)

Summary

Notifies a connection that an unknown command was received.

Syntax

C#
VB
WinRT C#
C++
void OnReceiveUnknown(  
   byte presentationID, 
   Leadtools.Dicom.DicomDataSet commandSet, 
   Leadtools.Dicom.DicomDataSet dataSet, 
   Leadtools.Dicom.Networking.DicomNet net 
) 
Sub OnReceiveUnknown( _ 
   ByVal presentationID As Byte, _ 
   ByVal commandSet As Leadtools.Dicom.DicomDataSet, _ 
   ByVal dataSet As Leadtools.Dicom.DicomDataSet, _ 
   ByVal net As Leadtools.Dicom.Networking.DicomNet _ 
)  
void OnReceiveUnknown(  
   byte presentationID, 
   Leadtools.Dicom.DicomDataSet commandSet, 
   Leadtools.Dicom.DicomDataSet dataSet, 
   Leadtools.Dicom.Networking.DicomNet net 
) 
function Leadtools.Dicom.Networking.IDicomEvents.OnReceiveUnknown(  
   presentationID , 
   commandSet , 
   dataSet , 
   net  
) 
void OnReceiveUnknown(  
   byte presentationID, 
   Leadtools.Dicom.DicomDataSet^ commandSet, 
   Leadtools.Dicom.DicomDataSet^ dataSet, 
   Leadtools.Dicom.Networking.DicomNet^ net 
)  

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 contains 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.

net
The DicomNet object of the peer member of the connection.

Remarks

A call to this method is generated when an unknown command is received. To customize this method, you must derive a class from DicomNet and override this method.

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