public class MockI2b2PdoRetriever extends Object implements I2b2PdoRetriever
| Constructor and Description |
|---|
MockI2b2PdoRetriever() |
| Modifier and Type | Method and Description |
|---|---|
I2b2PdoResults |
retrieve(I2b2AuthMetadata authMetadata,
Collection<I2b2Concept> concepts,
I2b2PatientSet patientSet)
Attempts to retrieve PDO results from i2b2 for the given patient set.
|
public I2b2PdoResults retrieve(I2b2AuthMetadata authMetadata, Collection<I2b2Concept> concepts, I2b2PatientSet patientSet) throws I2b2XmlException
I2b2PdoRetrieverretrieve in interface I2b2PdoRetrieverauthMetadata - the i2b2 authentication metadata of the user making
the requestconcepts - the i2b2 concepts to query forpatientSet - the i2b2 patient set to retrieveI2b2PdoResults object containing the patients, events,
observers, and observations retrieved from i2b2I2b2XmlException - if an error occurs while processing the XML
returned by i2b2Copyright © 2016 Emory University. All rights reserved.