LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

RemoveSeries Method (SeriesBrowser)

Show in webframe






Type: System.String The Study Instance UID of the series to be removed.
Type: System.String The Series Instance UID of the series to be removed.
Removes a series from the series grid
Syntax
public void RemoveSeries( 
   string studyInstanceUID,
   string seriesInstanceUID
)
'Declaration
 
Public Sub RemoveSeries( _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String _
) 
'Usage
 
Dim instance As SeriesBrowser
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
 
instance.RemoveSeries(studyInstanceUID, seriesInstanceUID)

            

            
public: void RemoveSeries( 
   string* studyInstanceUID,
   string* seriesInstanceUID
) 
public:
void RemoveSeries( 
   string* studyInstanceUID,
   string* seriesInstanceUID
) 

Parameters

studyInstanceUID
Type: System.String The Study Instance UID of the series to be removed.
seriesInstanceUID
Type: System.String The Series Instance UID of the series to be removed.
Requirements

Target Platforms

See Also

Reference

SeriesBrowser Class
SeriesBrowser Members

 

 


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