OnReceiveCStoreRequest(QueryRetrieveScu,byte,int,string,string,DicomCommandPriorityType,string,int,DicomDataSet) Method

Summary

Called when a C-STORE-REQ is received from the internal storage server.

Syntax
C#
VB
C++
protected virtual void OnReceiveCStoreRequest( 
   QueryRetrieveScu scu, 
   byte presentationID, 
   int messageID, 
   string affectedClass, 
   string instance, 
   DicomCommandPriorityType priority, 
   string moveAE, 
   int moveMessageID, 
   DicomDataSet dataSet 
) 
  
Protected Overloads Overridable Sub OnReceiveCStoreRequest( _ 
   ByVal scu As QueryRetrieveScu, _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal affectedClass As String, _ 
   ByVal instance As String, _ 
   ByVal priority As DicomCommandPriorityType, _ 
   ByVal moveAE As String, _ 
   ByVal moveMessageID As Integer, _ 
   ByVal dataSet As DicomDataSet _ 
)  
protected: 
virtual void OnReceiveCStoreRequest(  
   QueryRetrieveScu^ scu, 
   byte presentationID, 
   int messageID, 
   String^ affectedClass, 
   String^ instance, 
   DicomCommandPriorityType priority, 
   String^ moveAE, 
   int moveMessageID, 
   DicomDataSet^ dataSet 
)  

Parameters

scu
The scu that received the C-STORE request.

presentationID
The presentation ID.

messageID
The message ID.

affectedClass
The affected class.

instance
The instance.

priority
The priority.

moveAE
The move AE.

moveMessageID
The move message ID.

dataSet
The data set.

Remarks

This method should be overridden in a derived class.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly