DicomObjects Reference
DicomObjects Reference / DicomConnection Object / 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
Description
Send an N-ACTION request
Syntax
Visual Basic
Public Sub NAction( _
   ByVal classUID As String, _
   ByVal InstanceUID As String, _
   ByVal Action As Integer, _
   ByVal dataset As DicomDataSet _
) 
Parameters
classUID
The requested SOP Class UID
InstanceUID
The requested SOP InstanceUID
Action
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.
See Also