- 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.
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 |
---|---|
|
C# | |
---|---|
public DicomCommandStatusType DoStore( string clientAE, DicomDataSet request, out string 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.Use this method if you are directly using the AddIn from your application to store the DataSets instead of using the OnStore method.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family