←Select platform

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 Leadtools.Dicom.Scu.DicomScp, _ 
   ByVal dataset As Leadtools.Dicom.DicomDataSet, _ 
   ByVal stayConnected As Boolean _ 
)  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly