←Select platform

StoreToken Method

Summary

Returns a store token for the DicomDataSet specified by row if stored externally.

Syntax
C#
VB
C++
public string StoreToken( 
   DataRow row 
) 
Public MustOverride Function StoreToken( 
   ByVal row As System.Data.DataRow 
) As String 
public:  
   virtual String^ StoreToken( 
      System::Data::DataRow^ row 
   ) abstract 

Parameters

row

a System.Data.DataRow in the Instance table

Return Value

a store token for the DicomDataSet specified by row if stored externally.

Remarks

The DicomDataSet can be stored either local or external (i.e. a cloud). If stored locally, StoreToken returns string.Empty. If stored externally, StoreToken returns a store token that can later be used to retrieve the DicomDataSet.

For more information, refer to Introduction To The External Store Walk-through.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.