InitializeInsertCommand Method

Summary
Initializes a System.Data.IDbCommand object to insert a record into the 'External Store'.
Syntax
C#
C++/CLI
protected abstract void InitializeInsertCommand( 
   DbCommand command, 
   string sopInstanceUid, 
   string externalStoreGuid, 
   string storeToken, 
   DateTime externalStoreDate, 
   Nullable<DateTime> 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

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

Leadtools.Medical.ExternalStore.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.