LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

StudyExists Method







Type: System.String The Study Instance UID to check for.
Check if a study has already been created.
Syntax
public virtual bool StudyExists( 
   string studyInstanceUID
)
'Declaration
 
Public Overridable Function StudyExists( _
   ByVal studyInstanceUID As String _
) As Boolean
'Usage
 
Dim instance As StudiesViewer
Dim studyInstanceUID As String
Dim value As Boolean
 
value = instance.StudyExists(studyInstanceUID)
public virtual bool StudyExists( 
   string studyInstanceUID
)
 function Leadtools.Medical.Workstation.UI.StudiesViewer.StudyExists( 
   studyInstanceUID 
)
public: virtual bool StudyExists( 
   string* studyInstanceUID
) 
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StudiesViewer Class
StudiesViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.