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 > StorageSqlCeDataAccessAgent Class : QueryPatients Method |
public override DataSet QueryPatients( MatchingParameterCollection matchingEntitiesCollection )
'Declaration Public Overrides Function QueryPatients( _ ByVal matchingEntitiesCollection As MatchingParameterCollection _ ) As DataSet
'Usage Dim instance As StorageSqlCeDataAccessAgent Dim matchingEntitiesCollection As MatchingParameterCollection Dim value As DataSet value = instance.QueryPatients(matchingEntitiesCollection)
public: DataSet^ QueryPatients( MatchingParameterCollection^ matchingEntitiesCollection ) override
The Leadtools.Medical.DataAccessLayer.MatchingParameterCollection 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.