Leadtools.Dicom Namespace > DicomNet Class : OnReceiveNActionResponse Method |
protected virtual void OnReceiveNActionResponse( byte presentationID, int messageID, string affectedClass, string instance, DicomCommandStatusType status, int action, DicomDataSet dataSet )
'Declaration Protected Overridable 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 DicomNet 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 virtual void OnReceiveNActionResponse( byte presentationID, int messageID, string affectedClass, string instance, DicomCommandStatusType status, int action, DicomDataSet dataSet )
function Leadtools.Dicom.DicomNet.OnReceiveNActionResponse( presentationID , messageID , affectedClass , instance , status , action , dataSet )
protected: virtual void OnReceiveNActionResponse( byte presentationID, int messageID, String^ affectedClass, String^ instance, DicomCommandStatusType status, int action, DicomDataSet^ dataSet )
To customize this method, you must derive a class from 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.