Store(DicomScp,DicomDataSet,bool) Method

Summary

Sends a C-STORE-REQ message to a peer member of a connection defined by SCP.

Syntax
C#
VB
C++
public void Store( 
   DicomScp Scp, 
   DicomDataSet dataset, 
   bool stayConnected 
) 
  
Public Overloads Sub Store( _ 
   ByVal Scp As DicomScp, _ 
   ByVal dataset As DicomDataSet, _ 
   ByVal stayConnected As Boolean _ 
)  
public: 
void Store(  
   DicomScp^ Scp, 
   DicomDataSet^ dataset, 
   bool stayConnected 
)  

Parameters

Scp
The peer connection to send the C-STORE-REQ to.

dataset
The dataset to send.

stayConnected
If set to true stay connected.

Remarks

If the stayConnected parameter is true, multiple datasets can be sent to the Scp without disconnecting. To disconnect from the Scp call the method with stayConnected set to false.

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