Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.26
|
Leadtools.Medical.Storage.DataAccessLayer Namespace > IStorageDataAccessAgent Interface : QueryPatients Method |
DataSet QueryPatients( MatchingParameterCollection matchingEntitiesCollection )
'Declaration Function QueryPatients( _ ByVal matchingEntitiesCollection As MatchingParameterCollection _ ) As DataSet
'Usage Dim instance As IStorageDataAccessAgent Dim matchingEntitiesCollection As MatchingParameterCollection Dim value As DataSet value = instance.QueryPatients(matchingEntitiesCollection)
DataSet^ QueryPatients( MatchingParameterCollection^ matchingEntitiesCollection )
The matchingEntitiesCollection can be from any level and they are not limited to the patient level.
Which means you can query for patients using the Study Instance UID in the study level or modalities in the series level.
The following tables in the CompositeInstanceDataSet will contain the patient's information: CompositeInstanceDataSet.Patient, CompositeInstanceDataSet.OtherPatientIDs, CompositeInstanceDataSet.OtherPatientNames and CompositeInstanceDataSet.ReferencedPatientSequence.