C#
VB
C++
Sends the N action request to the specified scp.
public DicomCommandStatusType SendNActionRequest<TQuery>(DicomScp Scp,TQuery Query,int action,string instance)
Public Overloads Function SendNActionRequest(Of TQuery)( _ByVal Scp As Leadtools.Dicom.Scu.DicomScp, _ByVal Query As TQuery, _ByVal action As Integer, _ByVal instance As String _) As Leadtools.Dicom.DicomCommandStatusType
public:Leadtools.Dicom.DicomCommandStatusType SendNActionRequestgeneric<typename TQuery>(Leadtools.Dicom.Scu.DicomScp^ Scp,_TQuery^_ Query,int action,String^ instance)
Scp
The peer connection to send the N-ACTION request to.
Query
Holds information specific to the N-ACTION request.
action
The action to be performed.
instance
The instance to be affected by this request.
TQuery
The type of the query.
The status of the operation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
