Queries for a DICOM Series information using search parameters.
public DataSet FindSeries(string studyInstanceUID,string modality,string seriesNumber,string seriesInstanceUID,string extraData)
Public Function FindSeries( _ByVal studyInstanceUID As String, _ByVal modality As String, _ByVal seriesNumber As String, _ByVal seriesInstanceUID As String, _ByVal extraData As String _) As DataSet
public:DataSet^ FindSeries(String^ studyInstanceUID,String^ modality,String^ seriesNumber,String^ seriesInstanceUID,String^ extraData)
studyInstanceUID
The Study Instance UID of the series to find. This value can be null or System.String.Empty.
modality
The name of the Modality. This value can be null or System.String.Empty.
seriesNumber
The text representation of the series number search parameter. This value can be null or System.String.Empty.
seriesInstanceUID
The Series Instance UID of the series to find. This value can be null or System.String.Empty.
extraData
User custom data.
An ADO.NET System.Data.DataSet which contains one table with the rows that matches the search criteria.
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
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
