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

Show in webframe

InitializeInsertCommand 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' unique identifier.
The store token that corresponds to the instance
The 'External Store' date.
The date that the instance will expire (i.e. be removed) from the 'Local Store'.
Initializes a System.Data.IDbCommand object to insert a record into the 'External Store'.
Syntax
protected abstract void InitializeInsertCommand( 
   DbCommand command,
   string sopInstanceUid,
   string externalStoreGuid,
   string storeToken,
   DateTime externalStoreDate,
   Nullable<DateTime> expireDate
)
'Declaration
 
Protected MustOverride Sub InitializeInsertCommand( _
   ByVal command As DbCommand, _
   ByVal sopInstanceUid As String, _
   ByVal externalStoreGuid As String, _
   ByVal storeToken As String, _
   ByVal externalStoreDate As Date, _
   ByVal expireDate As Nullable(Of Date) _
) 
'Usage
 
Dim instance As ExternalStoreDBDataAccessAgent
Dim command As DbCommand
Dim sopInstanceUid As String
Dim externalStoreGuid As String
Dim storeToken As String
Dim externalStoreDate As Date
Dim expireDate As Nullable(Of Date)
 
instance.InitializeInsertCommand(command, sopInstanceUid, externalStoreGuid, storeToken, externalStoreDate, expireDate)

            

            
protected:
abstract void InitializeInsertCommand( 
   DbCommand^ command,
   String^ sopInstanceUid,
   String^ externalStoreGuid,
   String^ storeToken,
   DateTime externalStoreDate,
   Nullable<DateTime> expireDate
) 

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.
storeToken
The store token that corresponds to the instance
externalStoreDate
The 'External Store' date.
expireDate
The date that the instance will expire (i.e. be removed) from the 'Local Store'.
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