Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.Scp Namespace > ClientSession Class : SendNActionResponse Method |
public void SendNActionResponse( byte presentationID, int messageID, string affectedClass, string affectedInstance, DicomCommandStatusType status, int actionType, DicomDataSet responseDataset, string descriptionMessage )
'Declaration Public Sub SendNActionResponse( _ ByVal presentationID As Byte, _ ByVal messageID As Integer, _ ByVal affectedClass As String, _ ByVal affectedInstance As String, _ ByVal status As DicomCommandStatusType, _ ByVal actionType As Integer, _ ByVal responseDataset As DicomDataSet, _ ByVal descriptionMessage As String _ )
'Usage Dim instance As ClientSession Dim presentationID As Byte Dim messageID As Integer Dim affectedClass As String Dim affectedInstance As String Dim status As DicomCommandStatusType Dim actionType As Integer Dim responseDataset As DicomDataSet Dim descriptionMessage As String instance.SendNActionResponse(presentationID, messageID, affectedClass, affectedInstance, status, actionType, responseDataset, descriptionMessage)
public: void SendNActionResponse( byte presentationID, int messageID, String^ affectedClass, String^ affectedInstance, DicomCommandStatusType status, int actionType, DicomDataSet^ responseDataset, String^ descriptionMessage )