IsExternalStored Method

Summary

Returns 'true' if the instance corresponding to the sopInstanceUid has been copied to the 'External Store'; false otherwise

Syntax
C#
VB
C++
public bool IsExternalStored( 
   string sopInstanceUid 
) 
  
Public Function IsExternalStored( _ 
   ByVal sopInstanceUid As String _ 
) As Boolean 
public: 
bool IsExternalStored(  
   String^ sopInstanceUid 
)  

Parameters

sopInstanceUid
The SOP Instance UID that identifies the instance

Return Value

'true' if the instance corresponding to the sopInstanceUid has been copied to the 'External Store'; false otherwise

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