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

Show in webframe

SetInstanceExternalStored Method (IExternalStoreDataAccessAgent)






The SOP Instance UID that identifies the instance.
The GUID that identifies the 'External Store'
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'.
Marks (as externally stored) the the instance that corresponds to sopInstanceUid in the ExternalStore table
Syntax
void SetInstanceExternalStored( 
   string sopInstanceUid,
   string externalStoreGuid,
   string storeToken,
   DateTime storeDate,
   Nullable<DateTime> expireDate
)
'Declaration
 
Sub SetInstanceExternalStored( _
   ByVal sopInstanceUid As String, _
   ByVal externalStoreGuid As String, _
   ByVal storeToken As String, _
   ByVal storeDate As Date, _
   ByVal expireDate As Nullable(Of Date) _
) 
'Usage
 
Dim instance As IExternalStoreDataAccessAgent
Dim sopInstanceUid As String
Dim externalStoreGuid As String
Dim storeToken As String
Dim storeDate As Date
Dim expireDate As Nullable(Of Date)
 
instance.SetInstanceExternalStored(sopInstanceUid, externalStoreGuid, storeToken, storeDate, expireDate)

            

            
void SetInstanceExternalStored( 
   String^ sopInstanceUid,
   String^ externalStoreGuid,
   String^ storeToken,
   DateTime storeDate,
   Nullable<DateTime> expireDate
) 

Parameters

sopInstanceUid
The SOP Instance UID that identifies the instance.
externalStoreGuid
The GUID that identifies the 'External Store'
storeToken
The store token that corresponds to the instance
storeDate
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

IExternalStoreDataAccessAgent Interface
IExternalStoreDataAccessAgent 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