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

Show in webframe

InitializeSetTokenCommand Method (ExternalStoreDBDataAccessAgent)






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' token that can be used to retrieve the SOP Instance UID from the database.
Initializes a System.Data.IDbCommand object to set the sopInstanceUid and corresponding 'External Store' token in the database.
Syntax
protected abstract void InitializeSetTokenCommand( 
   DbCommand command,
   string sopInstanceUid,
   string token
)
'Declaration
 
Protected MustOverride Sub InitializeSetTokenCommand( _
   ByVal command As DbCommand, _
   ByVal sopInstanceUid As String, _
   ByVal token As String _
) 
'Usage
 
Dim instance As ExternalStoreDBDataAccessAgent
Dim command As DbCommand
Dim sopInstanceUid As String
Dim token As String
 
instance.InitializeSetTokenCommand(command, sopInstanceUid, token)

            

            
protected:
abstract void InitializeSetTokenCommand( 
   DbCommand^ command,
   String^ sopInstanceUid,
   String^ token
) 

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.
token
The 'External Store' token that can be used to retrieve the SOP Instance UID from the database.
Requirements

Target Platforms

See Also

Reference

ExternalStoreDBDataAccessAgent Class
ExternalStoreDBDataAccessAgent 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