Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
Leadtools.Medical.Workstation.Client.Pacs Namespace > PacsQueryClient Class : DoFindPatients Method |
protected override void DoFindPatients( FindQuery query, List<DicomDataSet> responsePatients )
'Declaration Protected Overrides Sub DoFindPatients( _ ByVal query As FindQuery, _ ByVal responsePatients As List(Of DicomDataSet) _ )
'Usage Dim instance As PacsQueryClient Dim query As FindQuery Dim responsePatients As List(Of DicomDataSet) instance.DoFindPatients(query, responsePatients)
protected: void DoFindPatients( FindQuery^ query, List<DicomDataSet^>^ responsePatients ) override