CreateNActionCommnad Method

Summary

Creates the N-ACTION commnad.

Syntax
C#
VB
C++
public virtual DicomCommand CreateNActionCommnad( 
   INActionClientSessionProxy session, 
   DicomDataSet dataSet 
) 
  
Public Overridable Function CreateNActionCommnad( _ 
   ByVal session As INActionClientSessionProxy, _ 
   ByVal dataSet As DicomDataSet _ 
) As DicomCommand 
public: 
virtual DicomCommand^ CreateNActionCommnad(  
   INActionClientSessionProxy^ session, 
   DicomDataSet^ dataSet 
)  

Parameters

session
The client session proxy which handles the DICOM N-ACTION messages.

dataSet
The Leadtools.Dicom.DicomDataSet which contains additional information for the action.

Return Value

Returns the created DicomCommand

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly