InitializeGetTokenCommand Method

Summary

Initializes a System.Data.IDbCommand object to set the 'External Store' token that corresponds to the sopInstanceUid.

Syntax
C#
VB
C++
protected abstract void InitializeGetTokenCommand( 
   DbCommand command, 
   string sopInstanceUid 
) 
  
Protected MustOverride Sub InitializeGetTokenCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal sopInstanceUid As String _ 
)  
protected: 
abstract void InitializeGetTokenCommand(  
   DbCommand^ command, 
   String^ sopInstanceUid 
)  

Parameters

command
Type: System.Data.IDbCommand The database command that will be initialized to execute the query.

sopInstanceUid
The SOP Instance UID that identifies the instance

Remarks

If there is no corresponding Leadtools.Dicom.DicomDataSet that exists on the 'External Store', the token returned is the empty string.

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.ExternalStore.DataAccessLayer Assembly