Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

Show in webframe

ExternalStoreGuid Method (IInstanceInfo)






a System.Data.DataRow in the Instance table
Returns a unique external store GUID for the Leadtools.Dicom.DicomDataSet specified by row if stored externally.
Syntax
string ExternalStoreGuid( 
   DataRow row
)
'Declaration
 
Function ExternalStoreGuid( _
   ByVal row As DataRow _
) As String
'Usage
 
Dim instance As IInstanceInfo
Dim row As DataRow
Dim value As String
 
value = instance.ExternalStoreGuid(row)

            

            
String^ ExternalStoreGuid( 
   DataRow^ row
) 

Parameters

row
a System.Data.DataRow in the Instance table

Return Value

a unique external store GUID for the Leadtools.Dicom.DicomDataSet specified by row if stored externally.
Remarks
a unique external store GUID for the Leadtools.Dicom.DicomDataSet specified by row if stored externally. The Leadtools.Dicom.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 addin. This GUID, along with the external store token that can later be used to retrieve the Leadtools.Dicom.DicomDataSet.

For more information, see:

Requirements

Target Platforms

See Also

Reference

IInstanceInfo Interface
IInstanceInfo Members

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