C#
VB
C++
Removes a series from the series grid
public void RemoveSeries(
string studyInstanceUID,
string seriesInstanceUID
)
Public Sub RemoveSeries( _
ByVal studyInstanceUID As String, _
ByVal seriesInstanceUID As String _
)
public:
void RemoveSeries(
String^ studyInstanceUID,
String^ seriesInstanceUID
)
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.
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