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

Summary
Called when a C-STORE-REQ is received..
Syntax
C#
C++/CLI
protected override void OnReceiveCStoreRequest( 
   byte presentationID, 
   int messageID, 
   string affectedClass, 
   string instance, 
   DicomCommandPriorityType priority, 
   string moveAE, 
   int moveMessageID, 
   DicomDataSet dataSet 
) 
protected: 
void OnReceiveCStoreRequest(  
   byte presentationID, 
   int messageID, 
   String^ affectedClass, 
   String^ instance, 
   DicomCommandPriorityType priority, 
   String^ moveAE, 
   int moveMessageID, 
   DicomDataSet^ dataSet 
) override  

Parameters

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

Used internally by Scu implementation.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.