public interface I2b2PdoRetriever
| 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.
|
I2b2PdoResults retrieve(I2b2AuthMetadata authMetadata, Collection<I2b2Concept> concepts, I2b2PatientSet patientSet) throws I2b2XmlException
authMetadata - 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.