←Select platform

IsCompositeInstancesExists Method

Summary

Returns whether a DICOM instance information exists for the given SOP Instance UID.

Syntax
C#
VB
C++
public virtual bool IsCompositeInstancesExists( 
   string sopInstanceUID 
) 
Public Overridable Function IsCompositeInstancesExists( 
   ByVal sopInstanceUID As String 
) As Boolean 
public:  
   virtual bool IsCompositeInstancesExists( 
      String^ sopInstanceUID 
   ) 

Parameters

sopInstanceUID

Type: System.String

The SOP Instance UID used to look for the DICOM Instance information.

Return Value

True if DICOM Instance information found for the provided sopInstanceUID; Otherwise, false.

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.Storage.DataAccessLayer Assembly