Leadtools.Dicom Namespace > DicomNet Class : OnReceiveCStoreResponse Method |
protected virtual void OnReceiveCStoreResponse( byte presentationID, int messageID, string affectedClass, string instance, DicomCommandStatusType status )
'Declaration Protected Overridable Sub OnReceiveCStoreResponse( _ ByVal presentationID As Byte, _ ByVal messageID As Integer, _ ByVal affectedClass As String, _ ByVal instance As String, _ ByVal status As DicomCommandStatusType _ )
'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 instance.OnReceiveCStoreResponse(presentationID, messageID, affectedClass, instance, status)
protected virtual void OnReceiveCStoreResponse( byte presentationID, int messageID, string affectedClass, string instance, DicomCommandStatusType status )
ObjectiveC Syntax
function Leadtools.Dicom.DicomNet.OnReceiveCStoreResponse( presentationID , messageID , affectedClass , instance , status )
protected: virtual void OnReceiveCStoreResponse( byte presentationID, int messageID, String^ affectedClass, String^ instance, DicomCommandStatusType status )
To customize this method, you must derive a class from DicomNet and override this method.
When an SCU requests a Move (C-MOVE-REQ), the SCP may have to call SendCStoreRequest to request one or more C-STORE-REQ sub-operations to complete the storage. The series of calls and information transfer in a C-MOVE-REQ is complicated. For more information, refer to Moving Composite Data.
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