LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)
LEAD Technologies, Inc

Store(DicomScp,DicomDataSet,Boolean) Method






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
)
 function Leadtools.Dicom.Scu.StoreScu.Store(DicomScp,DicomDataSet,Boolean)( 
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StoreScu Class
StoreScu Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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