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

Show in webframe

SetInstanceExternalStored Method (ExternalStoreDBDataAccessAgent)






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
public void SetInstanceExternalStored( 
   string sopInstanceUid,
   string externalStoreGuid,
   string storeToken,
   DateTime externalStoreDate,
   Nullable<DateTime> expireDate
)
'Declaration
 
Public Sub SetInstanceExternalStored( _
   ByVal sopInstanceUid As String, _
   ByVal externalStoreGuid As String, _
   ByVal storeToken As String, _
   ByVal externalStoreDate As Date, _
   ByVal expireDate As Nullable(Of Date) _
) 
'Usage
 
Dim instance As ExternalStoreDBDataAccessAgent
Dim sopInstanceUid As String
Dim externalStoreGuid As String
Dim storeToken As String
Dim externalStoreDate As Date
Dim expireDate As Nullable(Of Date)
 
instance.SetInstanceExternalStored(sopInstanceUid, externalStoreGuid, storeToken, externalStoreDate, expireDate)

            

            
public:
void SetInstanceExternalStored( 
   String^ sopInstanceUid,
   String^ externalStoreGuid,
   String^ storeToken,
   DateTime externalStoreDate,
   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
externalStoreDate
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

ExternalStoreDBDataAccessAgent Class
ExternalStoreDBDataAccessAgent 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