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




studyInstanceUID
Type: System.String The Study Instance UID of the study to be removed.
studyInstanceUID
Type: System.String The Study Instance UID of the study to be removed.
Removes a study and all related series from the studies and series grids.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveStudy( _
   ByVal studyInstanceUID As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As SeriesBrowser
Dim studyInstanceUID As String
 
instance.RemoveStudy(studyInstanceUID)
C# 
public void RemoveStudy( 
   string studyInstanceUID
)
Managed Extensions for C++ 
public: void RemoveStudy( 
   string* studyInstanceUID
) 
C++/CLI 
public:
void RemoveStudy( 
   String^ studyInstanceUID
) 

Parameters

studyInstanceUID
Type: System.String The Study Instance UID of the study to be removed.

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