InitializeGetExternalStoreGuidCommand Method

Summary
Initializes a System.Data.IDbCommand object to get the 'External Store' GUID that corresponds to the  sopInstanceUid in the 'External Store'.
Syntax
C#
C++/CLI
protected override void InitializeGetExternalStoreGuidCommand( 
   DbCommand command, 
   string sopInstanceUid 
) 
protected: 
void InitializeGetExternalStoreGuidCommand(  
   DbCommand^ command, 
   String^ sopInstanceUid 
) override  

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

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 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.ExternalStore.DataAccessLayer Assembly

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