DicomObjects.NET.V8
DicomObjects Namespace / DicomAssociation Class / NAction Method

The requested SOP Class UID

The requested SOP InstanceUID

Context dependent Action code

The attributes to be set, with their values




NAction Method
Sends an N-ACTION request
Syntax
'Declaration
 
Public Sub NAction( _
   ByVal SOPClassUID As String, _
   ByVal InstanceUID As String, _
   ByVal ActionID As Integer, _
   ByVal DataSet As DicomDataSet _
) 
 
'Usage
 
Dim instance As DicomAssociation
Dim SOPClassUID As String
Dim InstanceUID As String
Dim ActionID As Integer
Dim DataSet As DicomDataSet
 
instance.NAction(SOPClassUID, InstanceUID, ActionID, DataSet)

Parameters

SOPClassUID

The requested SOP Class UID

InstanceUID

The requested SOP InstanceUID

ActionID

Context dependent Action code

DataSet

The attributes to be set, with their values

Remarks

This method sends an N-ACTION request, using the quoted SOP Class and Instance UIDs, ActionID and DataSet.

In many cases, a dataset is not required, in which case an empty dataset should be used.
Requirements

Target Platforms: .NET CLR 4.0 or higher

See Also