C#
VB
C++
Removes a series from the series grid
public void RemoveSeries(
string studyInstanceUID,
string seriesInstanceUID
)
Sub RemoveSeries( _
ByVal studyInstanceUID As String, _
ByVal seriesInstanceUID As String _
)
void RemoveSeries(
String^ studyInstanceUID,
String^ seriesInstanceUID
)
studyInstanceUID
A System.String that represents the Study Instance UID of the series to be removed.
seriesInstanceUID
A System.String that represents the Series Instance UID of the series to be removed.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET