Initializes a System.Data.IDbCommand object to insert a record into the 'External Store'.
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)
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'.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
