Finds all series that match the specified search criteria.
patientId
The Patient ID for which to search.
studyInstanceUid
The Study Instance UID (Unique ID) for the study.
series
List of SeriesInfo objects that will be updated with the results of the search.
maxQueryResults
Specifies the maximum number of results to return.
A ControllerReturnCode value indicating the results of the search.
This method is similar to FindSeries(string,string,list{seriesinfo}), but allows you to pass a value for maxQueryResults that puts a limit on the number of results returned. This is useful for querying large databases, where the results returned could be unpredictably large.
Pass 0 for maxQueryResults if you do not want to limit the number of results returned.