Leadtools.Medical.Workstation.AddIns Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DoStore Method
See Also 
Leadtools.Medical.Workstation.AddIns Namespace > StoreAddIn Class : DoStore Method



clientAE
The client application entity that requested the store.
request
A DicomDataSet object that contains the data set to be stored.
referencedFilePath
After this method is returned with Success or DuplicateInstance status this output parameter will contain the path to the stored or existing image. If the store operation failed it will contain an empty string.
clientAE
The client application entity that requested the store.
request
A DicomDataSet object that contains the data set to be stored.
referencedFilePath
After this method is returned with Success or DuplicateInstance status this output parameter will contain the path to the stored or existing image. If the store operation failed it will contain an empty string.
Stores a DicomDataSet request and provides the path to the stored image.

Syntax

Visual Basic (Declaration) 
Public Function DoStore( _
   ByVal clientAE As String, _
   ByVal request As DicomDataSet, _
   ByRef referencedFilePath As String _
) As DicomCommandStatusType
Visual Basic (Usage)Copy Code
Dim instance As StoreAddIn
Dim clientAE As String
Dim request As DicomDataSet
Dim referencedFilePath As String
Dim value As DicomCommandStatusType
 
value = instance.DoStore(clientAE, request, referencedFilePath)
C++/CLI 
public:
DicomCommandStatusType DoStore( 
   String^ clientAE,
   DicomDataSet request,
   [Out] String^ referencedFilePath
) 

Parameters

clientAE
The client application entity that requested the store.
request
A DicomDataSet object that contains the data set to be stored.
referencedFilePath
After this method is returned with Success or DuplicateInstance status this output parameter will contain the path to the stored or existing image. If the store operation failed it will contain an empty string.

Return Value

A status representing the outcome of processing.

Remarks

Use this method if you are directly using the AddIn from your application to store the DataSets instead of using the OnStore method.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Medical.Workstation.AddIns requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features