Queries for the DICOM series information using matching parameters.
public Series[] FindSeriesObjects(string studyInstanceUID,string modality,string seriesNumber,string seriesInstanceUID,string sortField,bool ascending,int maxObjects,string extraData)
Public Function FindSeriesObjects( _ByVal studyInstanceUID As String, _ByVal modality As String, _ByVal seriesNumber As String, _ByVal seriesInstanceUID As String, _ByVal sortField As String, _ByVal ascending As Boolean, _ByVal maxObjects As Integer, _ByVal extraData As String _) As Leadtools.Dicom.Web.Series()
public:Leadtools.Dicom.Web.array<Series^>^ FindSeriesObjects(String^ studyInstanceUID,String^ modality,String^ seriesNumber,String^ seriesInstanceUID,String^ sortField,bool ascending,int maxObjects,String^ extraData)
studyInstanceUID
A System.String representing the Study Instance UID for the queried series. This parameter can be null.
modality
A System.String representing the modality name or the queried series. This parameter can be null.
seriesNumber
A System.String representing the series number for the queried series. This parameter can be null.
seriesInstanceUID
A System.String representing the Series Instance UID for the queried series. This parameter can be null.
sortField
A System.String representing the field to perform sorting based on its values. This parameter can be null.
ascending
true to sort the returned results ascending, false to sort descending. This parameter can be null.
maxObjects
An System.Int32 value specifying the number of Series objects returned. Pass -1 to return all results.
extraData
user custom data.
All Series objects found for the provided matching parameters.
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
