FindStudies(string,List<Leadtools.Medical.WebViewer.ExternalControl.StudyInfo>) Method (MedicalWebViewerExternalController)
Summary
Finds all studies that match the specified search criteria.
Syntax
Public Function FindStudies(
ByVal patientId As String,
ByVal studies As System.Collections.Generic.List(Of Leadtools.Medical.WebViewer.ExternalControl.StudyInfo)
) As ControllerReturnCode
Parameters
patientId
The ID of the patient for which to search.
studies
List of StudyInfo objects that will be updated with the results of the search.
Return Value
A ControllerReturnCode value indicating the results of the search.