SetInstanceExternalStored Method

Summary
Marks (as externally stored) the instance that corresponds to sopInstanceUid in the ExternalStore table
Syntax
C#
VB
C++
public void SetInstanceExternalStored( 
   string sopInstanceUid, 
   string externalStoreGuid, 
   string storeToken, 
   DateTime storeDate, 
   Nullable<DateTime> expireDate 
) 
  
Sub SetInstanceExternalStored( _ 
   ByVal sopInstanceUid As String, _ 
   ByVal externalStoreGuid As String, _ 
   ByVal storeToken As String, _ 
   ByVal storeDate As Date, _ 
   ByVal expireDate As Nullable(Of Date) _ 
)  
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

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

Leadtools.Medical.ExternalStore.DataAccessLayer Assembly

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