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'.