LEADTOOLS Medical (Leadtools.Dicom.Scp assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
NActionClientSessionProxy Constructor
See Also 
Leadtools.Dicom.Scp Namespace > NActionClientSessionProxy Class : NActionClientSessionProxy Constructor



Session
The client session proxy which handles the DICOM N-ACTION messages.
presentationID
The presentation ID of the N-ACTION request.
messageID
The message ID of the N-ACTION request.
requestedClass
The SOP class UID of the instance the N-ACTION is to be performed on.
requestedInstance
The UID of the instance the N-ACTION is to be performed on.
actionTypeId
Type of the action to be performed.
responseDataSet
The Leadtools.Dicom.DicomDataSet which will be sent with the response.
Initializes a new instance of the NActionClientSessionProxy class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal Session As ClientSession, _
   ByVal presentationID As Byte, _
   ByVal messageID As Integer, _
   ByVal requestedClass As String, _
   ByVal requestedInstance As String, _
   ByVal actionTypeId As Integer, _
   ByVal responseDataSet As DicomDataSet _
)
Visual Basic (Usage)Copy Code
Dim Session As ClientSession
Dim presentationID As Byte
Dim messageID As Integer
Dim requestedClass As String
Dim requestedInstance As String
Dim actionTypeId As Integer
Dim responseDataSet As DicomDataSet
 
Dim instance As New NActionClientSessionProxy(Session, presentationID, messageID, requestedClass, requestedInstance, actionTypeId, responseDataSet)
C# 
public NActionClientSessionProxy( 
   ClientSession Session,
   byte presentationID,
   int messageID,
   string requestedClass,
   string requestedInstance,
   int actionTypeId,
   DicomDataSet responseDataSet
)
C++/CLI 
public:
NActionClientSessionProxy( 
   ClientSession^ Session,
   byte presentationID,
   int messageID,
   String^ requestedClass,
   String^ requestedInstance,
   int actionTypeId,
   DicomDataSet^ responseDataSet
)

Parameters

Session
The client session proxy which handles the DICOM N-ACTION messages.
presentationID
The presentation ID of the N-ACTION request.
messageID
The message ID of the N-ACTION request.
requestedClass
The SOP class UID of the instance the N-ACTION is to be performed on.
requestedInstance
The UID of the instance the N-ACTION is to be performed on.
actionTypeId
Type of the action to be performed.
responseDataSet
The Leadtools.Dicom.DicomDataSet which will be sent with the response.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features