Store(DicomScp,DicomDataSet,bool) Method

Summary
Sends a C-STORE-REQ message to a peer member of a connection defined by SCP.
Syntax
C#
C++/CLI
public void Store( 
   DicomScp Scp, 
   DicomDataSet dataset, 
   bool stayConnected 
) 
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 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.