←Select platform

Store(DicomScp,DicomDataSet,Boolean) Method

Summary

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

Syntax

C#
VB
C++
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Scu Assembly
Click or drag to resize