Leadtools.Dicom.Networking Namespace > IDicomEvents Interface : OnReceiveCStoreResponse Method |
void OnReceiveCStoreResponse( byte presentationID, ushort messageID, string affectedClass, string instance, DicomCommandStatusType status, DicomNet net )
'Declaration Sub OnReceiveCStoreResponse( _ ByVal presentationID As Byte, _ ByVal messageID As UShort, _ ByVal affectedClass As String, _ ByVal instance 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 instance As String Dim status As DicomCommandStatusType Dim net As DicomNet instance.OnReceiveCStoreResponse(presentationID, messageID, affectedClass, instance, status, net)
void OnReceiveCStoreResponse( byte presentationID, ushort messageID, string affectedClass, string instance, DicomCommandStatusType status, DicomNet net )
function Leadtools.Dicom.Networking.IDicomEvents.OnReceiveCStoreResponse( presentationID , messageID , affectedClass , instance , status , net )
void OnReceiveCStoreResponse( byte presentationID, ushort messageID, String^ affectedClass, String^ instance, DicomCommandStatusType status, DicomNet^ net )
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 DicomNet.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.