LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

StudyExists Method

Show in webframe






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
) 
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

See Also

Reference

StudiesViewer Class
StudiesViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.