Removes a series from the series grid
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SeriesBrowser
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
instance.RemoveSeries(studyInstanceUID, 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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also