InitializeSetExternalStoreGuidCommand Method

Summary
Initializes a System.Data.IDbCommand object to set the sopInstanceUid and externalStoreGuid in the database that identifies which external addin is used for the 'External Store'.
Syntax
C#
VB
C++
protected abstract void InitializeSetExternalStoreGuidCommand( 
   DbCommand command, 
   string sopInstanceUid, 
   string externalStoreGuid 
) 
  
Protected MustOverride Sub InitializeSetExternalStoreGuidCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal sopInstanceUid As String, _ 
   ByVal externalStoreGuid As String _ 
)  
protected: 
abstract void InitializeSetExternalStoreGuidCommand(  
   DbCommand^ command, 
   String^ sopInstanceUid, 
   String^ externalStoreGuid 
)  

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.

externalStoreGuid
The 'External Store' unique identifier.

Remarks

Data can be stored on more than one 'External Store'. For each 'External Store', there is a corresponding add-in. Each add-in can be identified by a global unique identifier.

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

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