Leadtools.Dicom.Networking Namespace > IDicomEvents Interface : OnReceiveCEchoResponse Method |
void OnReceiveCEchoResponse( byte presentationID, ushort messageID, string affectedClass, DicomCommandStatusType status, DicomNet net )
'Declaration Sub OnReceiveCEchoResponse( _ ByVal presentationID As Byte, _ ByVal messageID As UShort, _ ByVal affectedClass As String, _ ByVal status As DicomCommandStatusType, _ ByVal net As DicomNet _ )
'Usage Dim instance As IDicomEvents Dim presentationID As Byte Dim messageID As UShort Dim affectedClass As String Dim status As DicomCommandStatusType Dim net As DicomNet instance.OnReceiveCEchoResponse(presentationID, messageID, affectedClass, status, net)
void OnReceiveCEchoResponse( byte presentationID, ushort messageID, string affectedClass, DicomCommandStatusType status, DicomNet net )
ObjectiveC Syntax
function Leadtools.Dicom.Networking.IDicomEvents.OnReceiveCEchoResponse( presentationID , messageID , affectedClass , status , net )
void OnReceiveCEchoResponse( byte presentationID, ushort messageID, String^ affectedClass, DicomCommandStatusType status, DicomNet^ net )
To customize this method, you must derive a class from DicomNet and override this method.
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