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

Show in webframe

InitializeInsertCommand Method (ExternalStoreSqlDataAccessAgent)






System.Data.Common.DbCommand
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 override void InitializeInsertCommand( 
   DbCommand command,
   string sopInstanceUid,
   string externalStoreGuid,
   string storeToken,
   DateTime externalStoreDate,
   Nullable<DateTime> expireDate
)
'Declaration
 
Protected Overrides 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 ExternalStoreSqlDataAccessAgent
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:
void InitializeInsertCommand( 
   DbCommand^ command,
   String^ sopInstanceUid,
   String^ externalStoreGuid,
   String^ storeToken,
   DateTime externalStoreDate,
   Nullable<DateTime> expireDate
) override 

Parameters

command
System.Data.Common.DbCommand
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

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