←Select platform

ExternalStoreGuid Method

Summary

Returns a unique external store GUID for the DicomDataSet specified by row if stored externally.

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

Parameters

row

a System.Data.DataRow in the Instance table

Return Value

a unique external store GUID for the DicomDataSet specified by row if stored externally.

Remarks

<returns> a unique external store GUID for the DicomDataSet specified by row if stored externally. </returns> The DicomDataSet can be stored either local or external (i.e. a cloud). If stored locally, ExternalStoreGuid returns string.Empty. If stored externally, ExternalStoreGuid returns a GUID that uniquely identifies the external store add-in. This GUID, along with the external 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly