←Select platform

IsCompositeInstancesExists Method

Summary

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

Syntax

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

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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly