←Select platform

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 Leadtools.Dicom.Scu.QueryRetrieveScu, _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal affectedClass As String, _ 
   ByVal instance As String, _ 
   ByVal priority As Leadtools.Dicom.DicomCommandPriorityType, _ 
   ByVal moveAE As String, _ 
   ByVal moveMessageID As Integer, _ 
   ByVal dataSet As Leadtools.Dicom.DicomDataSet _ 
)  
protected: 
virtual void OnReceiveCStoreRequest(  
   Leadtools.Dicom.Scu.QueryRetrieveScu^ scu, 
   byte presentationID, 
   int messageID, 
   String^ affectedClass, 
   String^ instance, 
   Leadtools.Dicom.DicomCommandPriorityType priority, 
   String^ moveAE, 
   int moveMessageID, 
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly