![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
Leadtools.Dicom.Scu Namespace > StoreScu Class : OnReceiveNActionResponse Method |
protected override void OnReceiveNActionResponse( byte presentationID, int messageID, string affectedClass, string instance, DicomCommandStatusType status, int action, DicomDataSet dataSet )
'Declaration Protected Overrides Sub OnReceiveNActionResponse( _ ByVal presentationID As Byte, _ ByVal messageID As Integer, _ ByVal affectedClass As String, _ ByVal instance As String, _ ByVal status As DicomCommandStatusType, _ ByVal action As Integer, _ ByVal dataSet As DicomDataSet _ )
'Usage Dim instance As StoreScu Dim presentationID As Byte Dim messageID As Integer Dim affectedClass As String Dim instance As String Dim status As DicomCommandStatusType Dim action As Integer Dim dataSet As DicomDataSet instance.OnReceiveNActionResponse(presentationID, messageID, affectedClass, instance, status, action, dataSet)
protected: void OnReceiveNActionResponse( byte presentationID, int messageID, String^ affectedClass, String^ instance, DicomCommandStatusType status, int action, DicomDataSet^ dataSet ) override
To customize this method, you must derive a class from Leadtools.Dicom.DicomNet and override this method.
The action specified may be the addition of a new patient, the deletion of a patient, the addition of a new study, a print job, etc. The action value, which designates the action performed, is determined by the server. To find out the values used, you must contact the organization that created the server. When creating a server, the values and their corresponding meanings are determined by those creating the server.
StoreScu Class
StoreScu Members
Leadtools.Dicom.DicomNet.SendNActionRequest(System.Byte,System.Int32,System.String,System.String,System.Int32,Leadtools.Dicom.DicomDataSet)
Leadtools.Dicom.DicomNet.SendNActionResponse(System.Byte,System.Int32,System.String,System.String,Leadtools.Dicom.DicomCommandStatusType,System.Int32,Leadtools.Dicom.DicomDataSet)
Leadtools.Dicom.DicomNet.OnReceiveNActionRequest(System.Byte,System.Int32,System.String,System.String,System.Int32,Leadtools.Dicom.DicomDataSet)