Sends the N action request to the specified scp.
public DicomCommandStatusType SendNActionRequest<>(
DicomScp ,
,
int ,
string
)
'Declaration
Public Overloads Function SendNActionRequest(Of )( _
ByVal As DicomScp, _
ByVal As , _
ByVal As Integer, _
ByVal As String _
) As DicomCommandStatusType
'Usage
Dim instance As PatientUpdaterScu
Dim Scp As DicomScp
Dim Query As
Dim action As Integer
Dim instance As String
Dim value As DicomCommandStatusType
value = instance.SendNActionRequest(Of TQuery)(Scp, Query, action, instance)
public:
DicomCommandStatusType SendNActionRequestgeneric<typename >
(
DicomScp^ ,
,
int ,
String^
)
Parameters
- 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.
Type Parameters
- TQuery
- The type of the query.
Return Value
The status of the operation.