StudyExists Method

Summary

Check if a study has already been created.

Syntax
C#
VB
C++
public virtual bool StudyExists( 
   string studyInstanceUID 
) 
  
Public Overridable Function StudyExists( _ 
   ByVal studyInstanceUID As String _ 
) As Boolean 
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 studyInstanceUID

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.Workstation Assembly