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#
C++/CLI
protected virtual void OnReceiveCStoreRequest( 
   QueryRetrieveScu scu, 
   byte presentationID, 
   int messageID, 
   string affectedClass, 
   string instance, 
   DicomCommandPriorityType priority, 
   string moveAE, 
   int moveMessageID, 
   DicomDataSet dataSet 
) 
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 22.0.2023.1.24
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.