Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)

Show in webframe

StorageCommit Method






The peer connection to send the storage commit request to.
The dataset to send.
if set to true stay connected.
Sends a storage commit request message to a peer member of a connection defined by SCP.
Syntax
public void StorageCommit( 
   DicomScp Scp,
   DicomDataSet commitDS,
   bool stayConnected
)
'Declaration
 
Public Sub StorageCommit( _
   ByVal Scp As DicomScp, _
   ByVal commitDS As DicomDataSet, _
   ByVal stayConnected As Boolean _
) 
'Usage
 
Dim instance As StoreScu
Dim Scp As DicomScp
Dim commitDS As DicomDataSet
Dim stayConnected As Boolean
 
instance.StorageCommit(Scp, commitDS, stayConnected)

            

            
public:
void StorageCommit( 
   DicomScp^ Scp,
   DicomDataSet^ commitDS,
   bool stayConnected
) 

Parameters

Scp
The peer connection to send the storage commit request to.
commitDS
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

See Also

Reference

StoreScu Class
StoreScu Members

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