←Select platform

IsStudyExists Method

Summary

Returns whether a study information exists for the given Study Instance UID.

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

Parameters

studyInstanceUID

Type: System.String

The Study Instance UID used to look for the study information.

Return Value

True if study information found for the provided studyInstanceUID; Otherwise, false.

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

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