SetExternalStoreGuid Method

Summary

Sets the GUID of 'External Store' that corresponds to the instance sopInstanceUid in the ExternalStore table.

Syntax
C#
VB
C++
public void SetExternalStoreGuid( 
   string sopInstanceUid, 
   string externalStoreGuid 
) 
  
Public Sub SetExternalStoreGuid( _ 
   ByVal sopInstanceUid As String, _ 
   ByVal externalStoreGuid As String _ 
)  
public: 
void SetExternalStoreGuid(  
   String^ sopInstanceUid, 
   String^ externalStoreGuid 
)  

Parameters

sopInstanceUid
The SOP Instance UID that identifies the instance

externalStoreGuid
the GUID that identifies the 'External Store'

Requirements

Target Platforms

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

Leadtools.Medical.ExternalStore.DataAccessLayer Assembly