LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
StudyExists Method
See Also 
Leadtools.Medical.Workstation.UI Namespace > StudiesViewer Class : StudyExists Method




studyInstanceUID
Type: System.String The Study Instance UID to check for.
studyInstanceUID
Type: System.String The Study Instance UID to check for.
Check if a study has already been created.

Syntax

Visual Basic (Declaration) 
Public Overridable Function StudyExists( _
   ByVal studyInstanceUID As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As StudiesViewer
Dim studyInstanceUID As String
Dim value As Boolean
 
value = instance.StudyExists(studyInstanceUID)
C# 
public virtual bool StudyExists( 
   string studyInstanceUID
)
Managed Extensions for C++ 
public: virtual bool StudyExists( 
   string* studyInstanceUID
) 
C++/CLI 
public:
virtual bool StudyExists( 
   String^ studyInstanceUID
) 

Parameters

studyInstanceUID
Type: System.String The Study Instance UID to check for.

Return Value

Type: System.Boolean True if a study exists with the provided studyInstnaceUID

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also