InitializeInsertCommand Method

Summary

Initializes a System.Data.IDbCommand object to insert a record into the 'External Store'.

Syntax
C#
VB
C++
protected abstract void InitializeInsertCommand( 
   DbCommand command, 
   string sopInstanceUid, 
   string externalStoreGuid, 
   string storeToken, 
   DateTime externalStoreDate, 
   Nullable<DateTime> expireDate 
) 
  
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) _ 
)  
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.ExternalStore.DataAccessLayer Assembly