←Select platform

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

Leadtools.Medical.Workstation Assembly