Leadtools.Dicom.Networking Namespace > IDicomEvents Interface : OnReceiveNActionResponse Method |
void OnReceiveNActionResponse( byte presentationID, ushort messageID, string affectedClass, string instance, DicomCommandStatusType status, ushort action, DicomDataSet dataSet, DicomNet net )
'Declaration Sub OnReceiveNActionResponse( _ ByVal presentationID As Byte, _ ByVal messageID As UShort, _ ByVal affectedClass As String, _ ByVal instance As String, _ ByVal status As DicomCommandStatusType, _ ByVal action As UShort, _ ByVal dataSet As DicomDataSet, _ ByVal net As DicomNet _ )
'Usage Dim instance As IDicomEvents Dim presentationID As Byte Dim messageID As UShort Dim affectedClass As String Dim instance As String Dim status As DicomCommandStatusType Dim action As UShort Dim dataSet As DicomDataSet Dim net As DicomNet instance.OnReceiveNActionResponse(presentationID, messageID, affectedClass, instance, status, action, dataSet, net)
void OnReceiveNActionResponse( byte presentationID, ushort messageID, string affectedClass, string instance, DicomCommandStatusType status, ushort action, DicomDataSet dataSet, DicomNet net )
ObjectiveC Syntax
function Leadtools.Dicom.Networking.IDicomEvents.OnReceiveNActionResponse( presentationID , messageID , affectedClass , instance , status , action , dataSet , net )
void OnReceiveNActionResponse( byte presentationID, ushort messageID, String^ affectedClass, String^ instance, DicomCommandStatusType status, ushort action, DicomDataSet^ dataSet, DicomNet^ net )
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2