LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)

Store(DicomScp,DicomDataSet,Boolean) Method

Show in webframe





The peer connection to send the C-STORE-REQ to.
The dataset to send.
if set to true stay connected.
Sends a C-STORE-REQ message to a peer member of a connection defined by SCP.
Syntax
public void Store( 
   DicomScp Scp,
   DicomDataSet dataset,
   bool stayConnected
)
'Declaration
 
Public Overloads Sub Store( _
   ByVal Scp As DicomScp, _
   ByVal dataset As DicomDataSet, _
   ByVal stayConnected As Boolean _
) 
'Usage
 
Dim instance As StoreScu
Dim Scp As DicomScp
Dim dataset As DicomDataSet
Dim stayConnected As Boolean
 
instance.Store(Scp, dataset, 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 statConnected set to false.
Requirements

Target Platforms

See Also

Reference

StoreScu Class
StoreScu Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features