Error processing SSI file
LEADTOOLS Medical External Store DataAccessLayer (Leadtools.Medical.ExternalStore.DataAccessLayer assembly)

Show in webframe

InitializeSetExternalStoreGuidCommand Method (ExternalStoreSqlDataAccessAgent)






Type: System.Data.IDbCommand The database command that will be initialized to execute the query.
The SOP Instance UID that identifies the instance.
The 'External Store' unique identifier.
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
protected override void InitializeSetExternalStoreGuidCommand( 
   DbCommand command,
   string sopInstanceUid,
   string externalStoreGuid
)
'Declaration
 
Protected Overrides Sub InitializeSetExternalStoreGuidCommand( _
   ByVal command As DbCommand, _
   ByVal sopInstanceUid As String, _
   ByVal externalStoreGuid As String _
) 
'Usage
 
Dim instance As ExternalStoreSqlDataAccessAgent
Dim command As DbCommand
Dim sopInstanceUid As String
Dim externalStoreGuid As String
 
instance.InitializeSetExternalStoreGuidCommand(command, sopInstanceUid, externalStoreGuid)

            

            
protected:
void InitializeSetExternalStoreGuidCommand( 
   DbCommand^ command,
   String^ sopInstanceUid,
   String^ externalStoreGuid
) 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.
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

See Also

Reference

ExternalStoreSqlDataAccessAgent Class
ExternalStoreSqlDataAccessAgent Members

Error processing SSI file
Leadtools.Medical.ExternalStore.DataAccessLayer requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features